Skip to content

Commit

Permalink
fix: add ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed May 5, 2022
1 parent 610e88c commit 4c5b91d
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 @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
- name: Install dependencies
run: |
cat requirements-dev.txt | xargs -t -n1 -P9 pip install
cat requirements-dev.txt | xargs -t -n1 -P4 pip install
python setup.py develop
- name: Run Tests
run: |
Expand Down

0 comments on commit 4c5b91d

Please sign in to comment.