We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e764aad commit b8cb8e7Copy full SHA for b8cb8e7
1 file changed
.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
45
conda config --set always_yes yes --set changeps1 no
46
conda config --add channels conda-forge
47
conda activate test
48
+ conda install --file requirements/build.txt
49
conda install --file requirements/run.txt
50
conda install --file requirements/test.txt
51
pip install .
0 commit comments