Skip to content

Commit

Permalink
fixed install
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Jun 19, 2024
1 parent a23f59b commit b93a49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Upgrade pip and install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry install --no-root
poetry install --with dev
- name: Install pandoc using apt
run: sudo apt install pandoc
run: sudo apt install pandoc
- name: Build documentation
run: make coverage doctest html
working-directory: docs

0 comments on commit b93a49a

Please sign in to comment.