Skip to content

Commit

Permalink
do not limit max. parallel CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 14, 2023
1 parent 0600347 commit 01390db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
Expand Down

0 comments on commit 01390db

Please sign in to comment.