Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 25, 2024
1 parent 3a70a4a commit 340d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
poetry config virtualenvs.in-project true
poetry run pip install --upgrade pip
poetry install -E html -E png -E pdf
poetry run pip install -U "Sphinx=~${{ matrix.sphinx-version }}"
poetry run pip install -U "Sphinx~=${{ matrix.sphinx-version }}"
- name: Install Emacs
if: ${{ github.event.inputs.debug == 'on' }}
Expand Down

0 comments on commit 340d749

Please sign in to comment.