Skip to content

Commit

Permalink
Don't try to install requirements manually
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Dec 16, 2024
1 parent 0f7b657 commit eaf93a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install package
run: pip install -r requirements-docs.txt
# - uses: actions/setup-python@v5
# with:
# python-version: '3.12'
# - name: Install package
# run: pip install -r requirements-docs.txt

- uses: ammaraskar/sphinx-action@master
with:
Expand Down

0 comments on commit eaf93a8

Please sign in to comment.