Skip to content

Commit

Permalink
downgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 12, 2023
1 parent ef952ec commit 1f8e82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9

- name: Install dependencies
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1f8e82c

Please sign in to comment.