Skip to content

Commit cd2044f

Browse files
committed
add importlib_resources to appveyor
1 parent 19c3b20 commit cd2044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- conda config --set always_yes yes --set changeps1 no
1515
- conda update -q conda
1616
- conda info -a
17-
- conda create -q -n test-environment --channel=conda-forge mmtf-python numpy scipy pandas pytest looseversion python=%PYTHON_VERSION%
17+
- conda create -q -n test-environment --channel=conda-forge mmtf-python numpy scipy pandas pytest looseversion importlib_resources python=%PYTHON_VERSION%
1818
- activate test-environment
1919

2020
test_script:

0 commit comments

Comments
 (0)