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 19c3b20 commit cd2044fCopy full SHA for cd2044f
.appveyor.yml
@@ -14,7 +14,7 @@ install:
14
- conda config --set always_yes yes --set changeps1 no
15
- conda update -q conda
16
- conda info -a
17
- - conda create -q -n test-environment --channel=conda-forge mmtf-python numpy scipy pandas pytest looseversion python=%PYTHON_VERSION%
+ - conda create -q -n test-environment --channel=conda-forge mmtf-python numpy scipy pandas pytest looseversion importlib_resources python=%PYTHON_VERSION%
18
- activate test-environment
19
20
test_script:
0 commit comments