From 9a9a40fb5440f1fa1d74fa3096bc66bc7cb19c41 Mon Sep 17 00:00:00 2001 From: jeandut Date: Mon, 3 Jun 2024 16:41:27 +0200 Subject: [PATCH] suppressing old CI --- .github/workflows/main.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 0510c74..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Tests - -on: - push: - branches: - - main - create: - tags: - - '**' - pull_request: - branches: - - main - schedule: - # Run every day at 7:42am UTC. - - cron: '42 7 * * *' - - -env: - SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL: True - -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