Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Feb 15, 2024
1 parent c8e3d6a commit dcd2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cat requirements.d/development.txt >> requirements.txt
cat requirements.txt
- name: Install dependencies
run: micromamba install -r requirements.txt
run: micromamba install --file requirements.txt
- name: Run tests
timeout-minutes: 10
run: xvfb-run pytest -v -n 6 --dist loadfile --max-worker-restart 4 --durations=20 --cov=mslib
Expand Down

0 comments on commit dcd2611

Please sign in to comment.