Skip to content

Commit

Permalink
Merge pull request #1195 from elementary-data/ele-1839-upgrade-python…
Browse files Browse the repository at this point in the history
…-version-running-in-tests

Updated Python version used in GitHub workflows.
  • Loading branch information
elongl authored Oct 2, 2023
2 parents 89801c4 + 5938aaf commit 6c0c66b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.7.5"
python-version: "3.8"

- name: Install 'build' package
run: pip install build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.7.5"
python-version: "3.8"

- name: Install dbt
run: pip install --pre
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.7.5"
python-version: "3.8"

- name: Install Spark requirements
if: inputs.warehouse-type == 'spark'
Expand Down

0 comments on commit 6c0c66b

Please sign in to comment.