Skip to content

Commit

Permalink
use pipx to install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage authored Oct 22, 2024
1 parent 5d5fadd commit 5f9f3e5
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 @@ -91,8 +91,8 @@ jobs:
ubuntu: |
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 libgeos++-dev libnanomsg-dev libyaml-cpp-dev libltdl-dev libnotify-dev
macos: |
brew: eigen boost tinyxml2 geos nanomsg yaml-cpp pkg-config libtool gcc libnotify
pip: Cython coverage numpy pytest
brew: pipx eigen boost tinyxml2 geos nanomsg yaml-cpp pkg-config libtool gcc libnotify
pipx: Cython coverage numpy pytest
windows: |
pip: Cython coverage numpy pytest
github:
Expand Down

0 comments on commit 5f9f3e5

Please sign in to comment.