Update pdoc.yml

This commit is contained in:
hwelch-fle 2023-05-01 15:43:36 -04:00 committed by GitHub
parent c7181579e2
commit b1d88f6b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ jobs:
python-version: '3.11'
# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -e .
- run: pip install --upgrade pip
#- run: pip install -e .
#- run: pip install --upgrade pip
- run: pip install pdoc
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.