We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec300 commit f80746dCopy full SHA for f80746d
.github/workflows/run_tests.yml
@@ -17,7 +17,7 @@ jobs:
17
# $CONDA is an environment variable pointing to the root of the miniconda directory
18
echo $CONDA/bin >> $GITHUB_PATH
19
- run: |
20
- conda env update --file=environment.yml --name=base
+ # conda env update --file=environment.yml --name=base
21
python -m pip install .
22
23
conda install pytest
0 commit comments