Skip to content

Commit

Permalink
Fix CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lancondrej committed Apr 23, 2024
1 parent 0eb675b commit c0a8c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: [3.8, 3.8, 3.10]
python-version: [3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c0a8c38

Please sign in to comment.