Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
changed to venv
  • Loading branch information
BastelBaus authored Jun 16, 2024
1 parent 02413f3 commit 18ceb02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Test with pytest
run: |
cd Galaxy6DLib
pip install pytest pytest-cov pytest-datafiles
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
virtualenv -p python3 test-venv
test-venv/bin/pip install pytest pytest-cov pytest-datafiles
test-venv/bin/pytest --doctest-modules ---cov=. --cov-report=html
# pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit 18ceb02

Please sign in to comment.