Skip to content

Commit

Permalink
Use pip3 in tests for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Feb 2, 2024
1 parent 3d088a5 commit 9a51352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: "Python wheel"

- name: Install wheel
run: pip install --default-timeout=100 --find-links=${{github.workspace}} raidionicsmaps-*
run: pip3 install --default-timeout=100 --find-links=${{github.workspace}} raidionicsmaps-*
shell: bash

- name: Test CLI
Expand Down

0 comments on commit 9a51352

Please sign in to comment.