Skip to content

Commit

Permalink
Merge pull request #571 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 bc08c60 + 5dbc695 commit b814edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8.17"
python-version: "3.8"
cache: "pip"

- name: Install Spark requirements
Expand Down

0 comments on commit b814edd

Please sign in to comment.