Skip to content

Commit

Permalink
Fix version definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 12, 2023
1 parent 2b84e24 commit 4590ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
sphinx-version: '5.*'
python-version: 3.10
python-version: '3.10'
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: '3.10'
strategy:
matrix:
sphinx-version: [ 1.6.7, 1.8.6, 2.4.5, 3.5.4, 4.5.0 ]
sphinx-version: [ '1.6.7', '1.8.6', '2.4.5', '3.5.4', '4.5.0' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4590ee8

Please sign in to comment.