Skip to content

Commit f80746d

Browse files
Update run_tests.yml
1 parent f0ec300 commit f80746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# $CONDA is an environment variable pointing to the root of the miniconda directory
1818
echo $CONDA/bin >> $GITHUB_PATH
1919
- run: |
20-
conda env update --file=environment.yml --name=base
20+
# conda env update --file=environment.yml --name=base
2121
python -m pip install .
2222
- run: |
2323
conda install pytest

0 commit comments

Comments
 (0)