Skip to content

Commit

Permalink
Enhance CI workflow to uncomment Python versions for Ubuntu and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Feb 15, 2025
1 parent 8c96438 commit 217fb5c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
fail-fast: false
matrix:
include:
# # Ubuntu
# - os: ubuntu-latest
# python-version: "3.10"
# - os: ubuntu-latest
# python-version: "3.11"
# - os: ubuntu-latest
# python-version: "3.12"
# Ubuntu
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"

# Windows
- os: windows-latest
Expand All @@ -73,13 +73,13 @@ jobs:
- os: windows-latest
python-version: "3.12"

# # macOS (arm64)
# - os: macos-14
# python-version: "3.10"
# - os: macos-14
# python-version: "3.11"
# - os: macos-14
# python-version: "3.12"
# macOS (arm64)
- os: macos-14
python-version: "3.10"
- os: macos-14
python-version: "3.11"
- os: macos-14
python-version: "3.12"
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
Expand Down

0 comments on commit 217fb5c

Please sign in to comment.