Skip to content

Commit

Permalink
Switching to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo authored and Paolo committed Apr 26, 2024
1 parent d53cc81 commit d09e80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc sionna geopandas contextily open3d
- run: pip install pdoc sionna geopandas contextily open3d numpy==1.26
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc ./src/classes/BostonTwin.py -d numpy -o docs
Expand Down

0 comments on commit d09e80d

Please sign in to comment.