Skip to content

Commit

Permalink
Fix publishing build (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 7, 2023
2 parents 210112c + d06ae38 commit 842926a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configure Python
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.8"

- name: Configure dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Configure Python
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.8"

- name: Configure dependencies
run: |
Expand Down

0 comments on commit 842926a

Please sign in to comment.