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: |