Skip to content

Commit

Permalink
Add test dependencies to get pysiaf
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Aug 18, 2023
1 parent 060aeee commit bc9580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: browser-actions/setup-chrome@v1

- name: Install jdaviz
run: pip install .
run: pip install .[test]

- name: Install pyinstaller
run: pip install pyinstaller==5.11
Expand Down

0 comments on commit bc9580f

Please sign in to comment.