Skip to content

Commit

Permalink
Don't set the PATH and install the Micro Manager without the --user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed May 21, 2024
1 parent 376ca0b commit cbef67d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-macro-micro-dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Install micro-manager
working-directory: micro-manager
run: |
pip3 install --user .
export PATH="/github/home/.local/bin:$PATH"
pip3 install .
- name: Run python macro-micro dummy
timeout-minutes: 3
Expand Down

0 comments on commit cbef67d

Please sign in to comment.