We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1639f28 + 274e13f commit 6959aedCopy full SHA for 6959aed
1 file changed
.github/workflows/documentation.yml
@@ -15,15 +15,15 @@ jobs:
15
deploy:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: actions/setup-python@v4
20
with:
21
python-version: '3.10'
22
23
- name: Dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install turftopic[pyro-ppl,docs]
+ pip install "turftopic[pyro-ppl,docs]"
27
28
- name: Build and Deploy
29
if: github.event_name == 'push'
0 commit comments