Skip to content

Commit

Permalink
ci: custom pkg matrix (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored May 10, 2023
1 parent ba06d0c commit 333e936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-use-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
actions-ref: ${{ github.sha }} # use local version
artifact-name: dist-packages-${{ github.sha }}
import-name: "lightning_utilities"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.7", "3.11"]
}
check-docs:
uses: ./.github/workflows/check-docs.yml
Expand Down

0 comments on commit 333e936

Please sign in to comment.