Skip to content

Commit

Permalink
github: Improvements to how the Sphinx virtual environment is set up
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jan 6, 2025
1 parent 320e253 commit c302490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install graphviz python3-virtualenv
virtualenv .env
sudo apt-get install graphviz
python3 -m venv .env
. .env/bin/activate
pip3 install -U pip setuptools wheel
pip3 install -r requirements.txt
Expand Down

0 comments on commit c302490

Please sign in to comment.