Skip to content

Commit

Permalink
Still not few enough; reduce to 10?
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jun 3, 2024
1 parent 310a1ee commit c4279f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Fix the entries of BioModels and commit to the repository
strategy:
matrix:
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Fix entries
run: python fix-entries.py --convert-files --validate-sbml --num-jobs 13 --job ${{ matrix.job }}
run: python fix-entries.py --convert-files --validate-sbml --num-jobs 10 --job ${{ matrix.job }}

- name: Setup Git
run: |
Expand Down

0 comments on commit c4279f6

Please sign in to comment.