Skip to content

Commit

Permalink
GH actions: fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jan 11, 2024
1 parent bb372c8 commit a5b5fa0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: |
python -c "from fafbseg import flywire;flywire.set_chunkedgraph_secret('$CAVE_TOKEN')"
- name: Test with pytest
with:
run: |
export NAVIS_HEADLESS=TRUE
pytest --verbose
run: |
export NAVIS_HEADLESS=TRUE
pytest --verbose

0 comments on commit a5b5fa0

Please sign in to comment.