Skip to content

Commit

Permalink
[macos] change pip to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage authored Oct 28, 2024
1 parent a0bc036 commit 2aa3724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
apt: cython cython3 python-pytest python3-pytest python-numpy python3-numpy python-coverage python3-coverage python-setuptools python3-setuptools libeigen3-dev doxygen doxygen-latex libboost-all-dev libtinyxml2-dev libyaml-cpp-dev
macos: |
cask: gfortran
brew: eigen boost tinyxml2 yaml-cpp
pip: Cython coverage pytest numpy
brew: eigen boost tinyxml2 yaml-cpp pipx
pipx: Cython coverage pytest numpy
windows: |
pip: Cython coverage pytest numpy
github:
Expand Down

0 comments on commit 2aa3724

Please sign in to comment.