Skip to content

Commit

Permalink
set enviroment for serial test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Jan 23, 2024
1 parent 53d0aa5 commit b2bff2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
python -m pytest --cov-report term-missing --cov=opppy tests/
- name: Serial Test
run: |
OPPPY_USE_THREADS=false python -m pytest --cov-report term-missing --cov=opppy tests/
python -m pytest --cov-report term-missing --cov=opppy tests/
env:
OPPPY_USE_THREADS=false

0 comments on commit b2bff2f

Please sign in to comment.