Skip to content

Commit

Permalink
try to fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed Jun 1, 2024
1 parent 0850f7e commit e05092a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name : installPackages
run : brew install eigen boost boost-python3 libomp gflags
- name : install python packages
run: pip3 install numpy --break-system-packages
run: pip3 install numpy setuptools --break-system-packages
- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install conan
run: pip install conan numpy
- run: conan profile detect
- name: Get number of CPU cores
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores
Expand Down

0 comments on commit e05092a

Please sign in to comment.