Pin numpy<2 in test_stable min-req job for torch <2.4 #7525
Workflow file for this run
This file contains hidden or 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: Test | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| tests-and-coverage: | |
| name: Test & Coverage | |
| uses: ./.github/workflows/reusable_test.yml | |
| with: | |
| use_latest_pytorch_gpytorch: true | |
| secrets: inherit |