From 33f86bbf34b68b13293edaa51857ffe92742d464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Sun, 8 Dec 2024 11:53:55 +0000 Subject: [PATCH] Update test_petab_sciml.yml --- .github/workflows/test_petab_sciml.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_petab_sciml.yml b/.github/workflows/test_petab_sciml.yml index 2b0976c824..330a9982f9 100644 --- a/.github/workflows/test_petab_sciml.yml +++ b/.github/workflows/test_petab_sciml.yml @@ -60,15 +60,10 @@ jobs: run: | git clone --depth 1 --branch main \ https://github.com/sebapersson/petab_sciml.git \ - && export TESTSUITE="$(pwd)/petab_sciml" \ + && export SCIML_TESTSUITE="$(pwd)/petab_sciml" \ && source venv/bin/activate \ - && python -m pip install -e $TESTSUITE/../src/python + && python -m pip install -e $SCIML_TESTSUITE/src/python - - name: Install PEtab benchmark collection - run: | - git clone --depth 1 https://github.com/benchmarking-initiative/Benchmark-Models-PEtab.git \ - && export BENCHMARK_COLLECTION="$(pwd)/Benchmark-Models-PEtab/Benchmark-Models/" \ - && source venv/bin/activate && python -m pip install -e $BENCHMARK_COLLECTION/../src/python - name: Install petab run: |