Skip to content

Commit

Permalink
ci: pin more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Jun 12, 2024
1 parent ce0515c commit 54bfa47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12.3
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Poetry Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.12.3'
- name: Checkout
uses: actions/checkout@v4
- name: Install Poetry
Expand Down

0 comments on commit 54bfa47

Please sign in to comment.