Skip to content

Commit

Permalink
revert temporary pinning of Python to 3.12.6 in CI/CD now that github…
Browse files Browse the repository at this point in the history
… runners appear to have been updated
  • Loading branch information
achidlow committed Oct 24, 2024
1 parent 50e34fb commit aa7f4f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.6"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
Expand Down

0 comments on commit aa7f4f5

Please sign in to comment.