Skip to content

Commit

Permalink
Use same pip as local?
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Nov 28, 2023
1 parent 536e8f1 commit cf5e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get update
python -m pip install --upgrade pip
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
pip install .
pip install -e .[dev]
- name: Install notebook requirements
run: |
sudo apt-get install pandoc
Expand Down

0 comments on commit cf5e6de

Please sign in to comment.