We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625ac88 commit 6d9ea2dCopy full SHA for 6d9ea2d
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Python
19
uses: actions/setup-python@v4
20
with:
21
- python-version: "3.8"
+ python-version: "3.9"
22
23
- name: Install 'build' package
24
run: pip install build
.github/workflows/run-precommit.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/[email protected]
15
16
17
# mainly needed so mypy will have the dependencies it needs
- name: Install elementary
.github/workflows/test-github-action.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
- name: Install dbt
57
run: pip install --pre
0 commit comments