Skip to content

Commit

Permalink
updated unit tests yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperschroeder committed Sep 29, 2024
1 parent c4a95ce commit db5bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit db5bc66

Please sign in to comment.