Skip to content

Commit

Permalink
[type:fix] fix ci python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 committed Jan 2, 2025
1 parent 3bc3581 commit e657bd4
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 @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7.17", "3.8.18", "3.9.21", "3.10.16" ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit e657bd4

Please sign in to comment.