Skip to content

Commit

Permalink
[Temp] allow to pick pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT authored Oct 29, 2023
1 parent 96f216b commit cc57c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies with Sphinx ${{ matrix.sphinx }}
run: |
pip install --upgrade pip
pip install --upgrade "sphinx${{matrix.sphinx}}" -e .[test]
pip install --upgrade "sphinx${{matrix.sphinx}}" -e .[test] --pre
- name: Run pytest
run: >
Expand Down

0 comments on commit cc57c6f

Please sign in to comment.