This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Update torchvision requirement from <=0.15.2 to <=0.16.0 (#58) #202
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Install pkg | |
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows | |
on: # Trigger the workflow on push or pull request, but only for the master branch | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
jobs: | |
check-package: | |
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main | |
with: | |
actions-ref: main | |
artifact-name: dist-packages-${{ github.sha }} | |
import-name: "quick_start" | |
testing-matrix: | | |
{ | |
"os": ["ubuntu-20.04", "macos-11", "windows-2022"], | |
"python-version": ["3.8"] | |
} |