Skip to content

Commit

Permalink
Re-enable all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 17, 2024
1 parent 80d2efd commit 48718d3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/make_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ jobs:
matrix:
include:
- { os: ubuntu-latest, python: '3.11', arch: x64}
#- { os: ubuntu-latest, python: '3.10', arch: x64 }
#- { os: ubuntu-latest, python: '3.9', arch: x64 }
#- { os: ubuntu-latest, python: '3.8', arch: x64 }

#- { os: macos-13, python: '3.11', arch: x64 }
#- { os: macos-13, python: '3.10', arch: x64 }
#- { os: macos-13, python: '3.9', arch: x64 }
#- { os: macos-13, python: '3.8', arch: x64 }

#- { os: macos-latest, python: '3.11', arch: arm64}
#- { os: macos-latest, python: '3.10', arch: arm64}
#- { os: macos-latest, python: '3.9', arch: arm64}

#- { os: windows-latest, python: '3.11', arch: x64 }
#- { os: windows-latest, python: '3.10', arch: x64 }
#- { os: windows-latest, python: '3.9', arch: x64 }
#- { os: windows-latest, python: '3.8', arch: x64 }
- { os: ubuntu-latest, python: '3.10', arch: x64 }
- { os: ubuntu-latest, python: '3.9', arch: x64 }
- { os: ubuntu-latest, python: '3.8', arch: x64 }

- { os: macos-13, python: '3.11', arch: x64 }
- { os: macos-13, python: '3.10', arch: x64 }
- { os: macos-13, python: '3.9', arch: x64 }
- { os: macos-13, python: '3.8', arch: x64 }

- { os: macos-latest, python: '3.11', arch: arm64}
- { os: macos-latest, python: '3.10', arch: arm64}
- { os: macos-latest, python: '3.9', arch: arm64}

- { os: windows-latest, python: '3.11', arch: x64 }
- { os: windows-latest, python: '3.10', arch: x64 }
- { os: windows-latest, python: '3.9', arch: x64 }
- { os: windows-latest, python: '3.8', arch: x64 }

if: github.repository == 'QTC-UMD/rydiqule-vendored-conda-builds'
steps:
Expand Down

0 comments on commit 48718d3

Please sign in to comment.