Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder authored Aug 4, 2023
1 parent 45ce150 commit 32a7ce8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install tixi
- name: Install and test
run: |
conda install lxml tixi3 -c dlr-sc
- name: Test with pytest
run: |
conda install pytest
conda install pytest lxml tixi3 -c dlr-sc
pwd
pytest -q ./scripts/tests/

0 comments on commit 32a7ce8

Please sign in to comment.