Skip to content

Commit 274e13f

Browse files
fix: install extras properly when building docs
1 parent 1639f28 commit 274e13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
deploy:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.10'
2222

2323
- name: Dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install turftopic[pyro-ppl,docs]
26+
pip install "turftopic[pyro-ppl,docs]"
2727
2828
- name: Build and Deploy
2929
if: github.event_name == 'push'

0 commit comments

Comments
 (0)