diff --git a/.github/workflows/cron-staging.yml b/.github/workflows/cron-staging.yml index 370ef94a1..db43b0d84 100644 --- a/.github/workflows/cron-staging.yml +++ b/.github/workflows/cron-staging.yml @@ -62,4 +62,4 @@ jobs: pip install -U -c constraints.txt -r requirements-dev.txt pip install -c constraints.txt -e . - name: Run Tests - run: make runtime_integration + run: make experiment_integration