Skip to content

Commit cc564ca

Browse files
Update run_tests.yml
1 parent 71f548d commit cc564ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
echo $CONDA/bin >> $GITHUB_PATH
2121
- name: Install dependencies
2222
run: |
23-
conda env update --file environment.yml --name base
23+
conda env update --file=environment.yml --name=base
2424
python -m pip install colossus pixell camb
2525
python -m pip install .
2626
- name: Test with pytest
2727
run: |
2828
conda install pytest
29-
pytest
29+
pytest

0 commit comments

Comments
 (0)