We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c752f20 commit 5866c78Copy full SHA for 5866c78
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
conda env list
33
conda info
34
conda list
35
- conda install -c conda-forge pip
+ conda env update --file environment.yml
36
pip install pytest pytest-timeout pytest-cov coveralls coverage
37
pip install --upgrade -e .
38
coverage run -m pytest --cov-config=.coveragerc --cov=rivgraph/
@@ -94,4 +94,4 @@ jobs:
94
# pip install pytest pytest-timeout pytest-cov coveralls
95
# pip install --upgrade -e .
96
# python -m pytest --cov-config=.coveragerc --cov=rivgraph/
97
- # conda list
+ # conda list
0 commit comments