Skip to content

Commit

Permalink
Update docs_pages.yml
Browse files Browse the repository at this point in the history
Add python version and install docs
  • Loading branch information
timonmerk authored Jun 5, 2024
1 parent 3b01553 commit 311ea46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Set up Python with uv
uses: drivendataorg/setup-python-uv-action@v1
with:
python-version: ${{ matrix.python }}
python-version: 3.10
cache: packages
cache-dependency-path: pyproject.toml

- name: Install dependencies
run: |
uv pip install .[test]
uv pip install .[docs]
- name: make the sphinx docs
run: |
Expand Down

0 comments on commit 311ea46

Please sign in to comment.