Skip to content

Commit

Permalink
Remove unnecessary installation steps from the unit tests workflow (#148
Browse files Browse the repository at this point in the history
)
  • Loading branch information
IshaanDesai authored Feb 11, 2025
1 parent 99c3f2b commit e498b1b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
python3 -m unittest test_interpolation.py
- name: Install Micro Manager and run micro simulation crash unit test
working-directory: micro-manager/
working-directory: micro-manager/tests/unit/
run: |
pip3 install --user .
pip3 uninstall -y pyprecice
cd tests/unit
python3 -m unittest test_micro_simulation_crash_handling.py
- name: Install Micro Manager and run HDF5 read and write unit tests
Expand All @@ -55,9 +52,6 @@ jobs:
python3 -m unittest test_hdf5_functionality.py
- name: Install Micro Manager and run snapshot_computation unit tests
working-directory: micro-manager/
working-directory: micro-manager/tests/unit/
run: |
pip3 install --user .[snapshot]
pip3 uninstall -y pyprecice
cd tests/unit
python3 -m unittest test_snapshot_computation.py

0 comments on commit e498b1b

Please sign in to comment.