Skip to content

Commit

Permalink
Change naming of sphinx test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 26, 2024
1 parent 2fc7a4c commit 4416a47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
python-version: '3.10'
strategy:
matrix:
tasks: [ 'sphinx' ]
sphinx-version: [ '5.3.0', '6.2.1', '7.*' ]
sphinx: [ 'sphinx==5.3.0', 'sphinx==6.2.1', 'sphinx==7.*' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r docs/requirements.txt
pip install "sphinx==${{ matrix.sphinx-version }}"
pip install "${{ matrix.sphinx-version }}"
- name: Tests
run: |
Expand Down

0 comments on commit 4416a47

Please sign in to comment.