Skip to content

Commit

Permalink
fix externally-managed-environment error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 authored Oct 12, 2024
1 parent 5a1429f commit 2e1d2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: '3.x'
- name: Build
run: |
sudo python3 -m pip config set global.break-system-packages true
sudo pip3 install sphinx recommonmark
.ci/retrieve_readme.sh
.ci/retrieve_wiki.sh
Expand Down

0 comments on commit 2e1d2db

Please sign in to comment.