Skip to content

Commit

Permalink
Fix publishing build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent a45d393 commit 50e7867
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@v4
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@v4
with:
python-version: "3.7"
python-version: "3.8"

- name: Configure dependencies
run: |
Expand Down

0 comments on commit 50e7867

Please sign in to comment.