Skip to content

Commit

Permalink
updated dev install
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Apr 30, 2024
1 parent fa3280a commit 041cde7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
pip install wheel==0.41.2 # needed for scanimage
- name: Install full requirements
run: pip install --no-cache-dir .[full,test]
run: |
pip install .[test]
pip install .[full]
- name: Clone and Install NeuroConv
run: |
Expand Down

0 comments on commit 041cde7

Please sign in to comment.