Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 6, 2025
1 parent b9b0593 commit 0fe61b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
export CXXFLAGS="-I/opt/homebrew/include"
export LDFLAGS="-L/opt/homebrew/lib"
command -v python
$(brew --prefix python)/libexec/bin/python -m pip install --upgrade --break-system-packages pip
$(brew --prefix python)/libexec/bin/python -m pip --break-system-packages install --upgrade pip
$(brew --prefix python)/libexec/bin/python -m venv --system-site-packages .venv
source .venv/bin/activate
$(brew --prefix python)/libexec/bin/pip install \
Expand Down

0 comments on commit 0fe61b7

Please sign in to comment.