Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume authored Oct 22, 2024
1 parent ed8cb0b commit b56cf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip lxml[html_clean]
pip install -e .[docs]
- name: Build
run: sphinx-build docs/source _build
Expand Down

0 comments on commit b56cf53

Please sign in to comment.