Skip to content

Commit

Permalink
use PIP_BREAK_SYSTEM_PACKAGES=1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Aug 9, 2024
1 parent 14b8b35 commit 539f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
run: |
cd demotest
pip --break-system-packages install pyyaml joblib
PIP_BREAK_SYSTEM_PACKAGES=1 pip install pyyaml joblib
python3 demotest --jobs 4 --port ../build/src/woof
- name: Install
Expand Down

3 comments on commit 539f69b

@fabiangreffrath
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip on mac seems broken

@fabiangreffrath
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can install python modules from native packages on the other archs and make joblib optional. 🤷

https://github.com/fabiangreffrath/woof/pull/1826/files

@rfomin
Copy link
Collaborator Author

@rfomin rfomin commented on 539f69b Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip on mac seems broken

Yeah, I don't know what's wrong.

Please sign in to comment.