We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f548d commit cc564caCopy full SHA for cc564ca
.github/workflows/run_tests.yml
@@ -20,10 +20,10 @@ jobs:
20
echo $CONDA/bin >> $GITHUB_PATH
21
- name: Install dependencies
22
run: |
23
- conda env update --file environment.yml --name base
+ conda env update --file=environment.yml --name=base
24
python -m pip install colossus pixell camb
25
python -m pip install .
26
- name: Test with pytest
27
28
conda install pytest
29
- pytest
+ pytest
0 commit comments