Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DanW97 committed Nov 7, 2024
1 parent 5346993 commit 6925409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-python-docs:
strategy:
fail-fast: true
matrix:
python-version: ['3.12']

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +38,7 @@ jobs:
- name: Install Python dependencies
working-directory: docs
run: uv pip install -r requirements-docs.txt
run: uv pip install -r docs/requirements.txt

# Cache HDF5
- uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 6925409

Please sign in to comment.