Skip to content

Commit

Permalink
fix: install extras properly when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jankounchained committed Mar 25, 2024
1 parent 1639f28 commit 274e13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Dependencies
run: |
python -m pip install --upgrade pip
pip install turftopic[pyro-ppl,docs]
pip install "turftopic[pyro-ppl,docs]"
- name: Build and Deploy
if: github.event_name == 'push'
Expand Down

0 comments on commit 274e13f

Please sign in to comment.