Skip to content

Commit

Permalink
Update gh_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thosse authored Sep 13, 2023
1 parent 0faca4b commit cde571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Here it upgrades pip and installs all required packages.
run: |
python -m pip install --upgrade pip
python -m pip install -r doc/_static/requirements.txt
python -m pip install -r requirements.txt

# A name for your step to display on GitHub.
Expand Down

0 comments on commit cde571a

Please sign in to comment.