Skip to content

Commit

Permalink
ci: Add --user flag when installing Python deps on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 15, 2024
1 parent 9c6f0b2 commit 133904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
dylibbundler \
pkg-config \
ninja
python3 -m pip install pyyaml requests
python3 -m pip install --user pyyaml requests
- name: Initialize compiler, library cache
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 133904b

Please sign in to comment.