Skip to content

Commit d6d9e82

Browse files
committed
fix: update workflow so it installs regolith requirements/tests.txt
1 parent 7b9f2ee commit d6d9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install regolith and requirements
5353
run: |
5454
cd regolith
55-
conda install --file requirements/test.txt
55+
conda install --file requirements/tests.txt
5656
conda install --file requirements/conda.txt
5757
pip install gooey
5858
python -m pip install . --no-deps

0 commit comments

Comments
 (0)