Skip to content

Commit

Permalink
Try pip with --user ....
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Apr 24, 2024
1 parent bb32e30 commit 4829900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Install Sphinx
run: pip3 install sphinx
run: pip3 install --user sphinx

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 4829900

Please sign in to comment.