Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 17, 2024
1 parent a856d6b commit c8b8c13
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ jobs:
run: |
python -m pip install -U pip
pip install -r prereq.txt
- name: Test Core - slow part one
timeout-minutes: 1000
- name: Limit OpenMP threads
run: |
pip install .[testing]
pytest -vvvs --durations=50 -m "slow_1"
- name: Test Core - slow part two
timeout-minutes: 1000
echo "OMP_NUM_THREADS=2" >> $GITHUB_ENV
- name: Test Core - slow
# timeout-minutes: 1000
run: |
pip install .[testing]
pytest -vvvs --durations=50 -m "slow_2"
pytest -vvvs --durations=50 -m "slow"
# - name: Test Core - slow part two
# timeout-minutes: 1000
# run: |
# pip install .[testing]
# pytest -vvvs --durations=50 -m "slow_2"
- name: Test Core - fast
timeout-minutes: 1000
run: |
Expand Down

0 comments on commit c8b8c13

Please sign in to comment.