Skip to content

Commit

Permalink
ci: pin python to full version (#24)
Browse files Browse the repository at this point in the history
This will fix inconsistency between caches
  • Loading branch information
eifinger authored Feb 28, 2024
1 parent bd0d2a7 commit f49830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.11.3"]
steps:
- uses: actions/checkout@v4
- uses: eifinger/setup-rye@v1
Expand Down

0 comments on commit f49830c

Please sign in to comment.