Skip to content

Commit

Permalink
gh action: check that the two main scripts run
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Jan 13, 2021
1 parent f4c56c3 commit 4ee89c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-and-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . && stitch-align -h && stitch-fuse -h
pip uninstall -y zetastitcher
pip install -r requirements.txt -r requirements-dev.txt
- name: Test
run: make test
Expand Down

0 comments on commit 4ee89c2

Please sign in to comment.