FIX adapt the code to new API with literal requirements #1338
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: Tests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| create: | |
| tags: | |
| - '**' | |
| pull_request: | |
| branches: | |
| - main | |
| schedule: | |
| # Run every 3rd of the month at 7:42am UTC. | |
| - cron: '42 7 3 * *' | |
| jobs: | |
| benchopt_dev: | |
| uses: benchopt/template_benchmark/.github/workflows/test_benchmarks.yml@main | |
| with: | |
| benchopt_branch: benchopt@main | |
| benchopt_release: | |
| uses: benchopt/template_benchmark/.github/workflows/test_benchmarks.yml@main | |
| with: | |
| benchopt_version: latest | |
| lint: | |
| uses: benchopt/template_benchmark/.github/workflows/lint_benchmarks.yml@main |