Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Aug 5, 2024
1 parent 6fd0d83 commit d9e4251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
run: |
java -jar tests/jmzTabValidator.jar --check inFile=test.mztab | tee results.log
- name: Check validator output
- run: |
run: |
grep '^\[Error-' results.log
if [ $? -eq 0 ]; then
echo "mzTab validation failed:"
Expand Down

0 comments on commit d9e4251

Please sign in to comment.