Skip to content

Commit

Permalink
lock poetry file
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 5, 2024
1 parent d1114c9 commit c790744
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main-regenerate-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v2
with:
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
python-version: 3.10
python-version: '3.11'

- name: Setup build environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.11'

- name: Install Poetry.
uses: snok/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi-publish.yaml
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@v4
with:
python-version: 3.10
python-version: '3.11'

- name: Install Poetry
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-url-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down

0 comments on commit c790744

Please sign in to comment.