Skip to content

Commit

Permalink
Another attempt to fix the CI seg faults.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Nov 14, 2023
1 parent 6a2d456 commit e49a145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: pytest --timeout=120
run: pytest --timeout=120 src/firefly/tests/test_xafs_scan.py


0 comments on commit e49a145

Please sign in to comment.