Skip to content

Commit

Permalink
fix: pin python patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
pquadri committed Apr 19, 2024
1 parent 58f5bc6 commit 168c525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10.9", "3.11.5", "3.12.2"]
poetry-version: ["1.8.2"]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 168c525

Please sign in to comment.