DOC benchmark_utils/__init__.py #726
Workflow file for this run
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: Tests | |
on: | |
push: | |
branches: | |
- main | |
create: | |
tags: | |
- '**' | |
pull_request: | |
branches: | |
- main | |
schedule: | |
# Run every 1st of the month at 7:42am UTC. | |
- cron: '42 7 1 * *' | |
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 |