From db5bc6679c5ae1c55727a7f8783275bf44a05755 Mon Sep 17 00:00:00 2001 From: jasperschroeder Date: Sun, 29 Sep 2024 22:10:28 +0200 Subject: [PATCH] updated unit tests yml --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index bfb3f1e..2aa89c9 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | # $CONDA is an environment variable pointing to the root of the miniconda directory - $CONDA/bin/conda env update --file tools/rdl-tools.yml --name base + $CONDA/bin/conda env update --file tools/code/rdl-tools.yml --name base - name: Test with pytest run: |