Skip to content

Commit

Permalink
updated version 1 to version 2 system test file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CCranney committed Aug 29, 2023
1 parent 5046e28 commit bbe4058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install -e .
- name: Unzip system test file
run: |
unzip tests/system/test_files/mzxml.zip -d tests/system/test_files/
unzip tests/system/v1_to_v2/test_files/mzxml.zip -d tests/system/v1_to_v2/test_files/
- name: Test with pytest
run: |
pytest tests/ -W ignore::SyntaxWarning

0 comments on commit bbe4058

Please sign in to comment.