Skip to content

Commit 5866c78

Browse files
authored
Update build.yml
1 parent c752f20 commit 5866c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
conda env list
3333
conda info
3434
conda list
35-
conda install -c conda-forge pip
35+
conda env update --file environment.yml
3636
pip install pytest pytest-timeout pytest-cov coveralls coverage
3737
pip install --upgrade -e .
3838
coverage run -m pytest --cov-config=.coveragerc --cov=rivgraph/
@@ -94,4 +94,4 @@ jobs:
9494
# pip install pytest pytest-timeout pytest-cov coveralls
9595
# pip install --upgrade -e .
9696
# python -m pytest --cov-config=.coveragerc --cov=rivgraph/
97-
# conda list
97+
# conda list

0 commit comments

Comments
 (0)