Skip to content

Commit

Permalink
fix: correct list python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Mar 27, 2024
1 parent 8c52edd commit 9868485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest","macos-latest"]
python-version: ["3.9, 3.10, 3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ['3.9, 3.10, 3.11']
python-version: ["3.9", "3.10", "3.11"]
include:
- os: windows-latest
compiler: "msvc"
Expand Down

0 comments on commit 9868485

Please sign in to comment.