Skip to content

Commit

Permalink
Add local bin folder to path to be able to execute the micro-manager-…
Browse files Browse the repository at this point in the history
…precice executable
  • Loading branch information
IshaanDesai committed May 21, 2024
1 parent 384c9cd commit 376ca0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-macro-micro-dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
apt-get -qq install python3-dev python3-pip git python-is-python3 pkg-config
apt-get -qq install sudo
pip3 install --upgrade pip
pip3 install setuptools wheel
- name: Install micro-manager
working-directory: micro-manager
run: pip3 install --user .
run: |
pip3 install --user .
export PATH="/github/home/.local/bin:$PATH"
- name: Run python macro-micro dummy
timeout-minutes: 3
Expand Down

0 comments on commit 376ca0b

Please sign in to comment.