Skip to content

Commit

Permalink
Upgrade pip before installing the Micro Manager in the unit tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed May 13, 2024
1 parent e957a19 commit 93d8647
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ jobs:
with:
path: micro-manager

- name: Install Micro Manager and uninstall pyprecice
working-directory: micro-manager
- name: Install dependencies
run: |
apt-get -qq update
apt-get -qq install python3-dev python3-pip git python-is-python3 pkg-config
pip3 install --upgrade pip
- name: Install Micro Manager and uninstall pyprecice
working-directory: micro-manager
run: |
pip3 install --user .
pip3 uninstall -y pyprecice
Expand Down

0 comments on commit 93d8647

Please sign in to comment.