Skip to content

Commit

Permalink
Use --break-system-packages flag for pip3 install
Browse files Browse the repository at this point in the history
To avoid externally-managed-environment error.
  • Loading branch information
phil-opp committed Apr 26, 2024
1 parent 5727d2a commit 4a92f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ jobs:
cd ..
# Test Python template Project
pip3 install maturin
pip3 install maturin --break-system-packages
maturin build -m apis/python/node/Cargo.toml
pip3 install target/wheels/*
pip3 install target/wheels/* --break-system-packages
dora new test_python_project --lang python --internal-create-with-path-dependencies
cd test_python_project
dora start dataflow.yml --name ci-python-test
Expand Down

0 comments on commit 4a92f55

Please sign in to comment.