Skip to content

de-poetry branch https://github.com/omnibenchmark/omnibenchmark/pull/168 #20

de-poetry branch https://github.com/omnibenchmark/omnibenchmark/pull/168

de-poetry branch https://github.com/omnibenchmark/omnibenchmark/pull/168 #20

Workflow file for this run

name: run_on_conda
on:
push:
workflow_dispatch:
# schedule:
# - cron: "30 1 * * *" # at 1.30am
jobs:
run_benchmark_main:
name: Run on conda
runs-on: ubuntu-latest
# runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use action
uses: omnibenchmark/run_omnibenchmark@align_with_ob_dev_cli
with:
yaml: Clustering_conda.yml
backend: conda
omnibenchmark_branch: 'pkg/remove-poetry'