Skip to content

Commit

Permalink
Update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 501cf34 commit a3e748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Install evolution gym
run: pip install -e .
- name: Run test
run: xvfb-run pytest -s -v -n auto -m lite
run: xvfb-run python -m pytest -s -v -n auto -m lite
working-directory: tests

0 comments on commit a3e748f

Please sign in to comment.