Skip to content

Commit

Permalink
Merge pull request #50 from monarch-initiative/49-fix-python-version-…
Browse files Browse the repository at this point in the history
…in-github-workflows

Fix python version in documentation workflow
  • Loading branch information
souzadevinicius authored Aug 30, 2024
2 parents 9a539ad + ba4b223 commit da2e211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.11

- name: Install Poetry.
uses: snok/install-poetry@v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3.1.2
with:
python-version: 3.9
python-version: 3.11

- name: Install Poetry
run: pip install poetry
Expand Down

0 comments on commit da2e211

Please sign in to comment.