Skip to content

Commit

Permalink
use correct Python versions in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Mar 17, 2023
1 parent 854eb94 commit a5936a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-packages-and-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a5936a7

Please sign in to comment.