Skip to content

Commit

Permalink
properly adjust first minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 20, 2024
1 parent 9512d49 commit ec29b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
pip install wheel==0.41.2 # needed for scanimage
- name: Install roiextractors with minimal requirements
run: pip install .[test]
run: pip install .
- name: Test initial import of all non-lazy dependencies
run: python -c "import roiextractors"

- name: Install roiextractors with testing requirements
run: pip install .[test]

- name: Run minimal tests
run: pytest tests/test_internals -n auto --dist loadscope

Expand Down

0 comments on commit ec29b79

Please sign in to comment.