Skip to content

Commit

Permalink
add importlib_resources to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Irlirion committed Jul 20, 2024
1 parent 19c3b20 commit cd2044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- 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%
- activate test-environment

test_script:
Expand Down

0 comments on commit cd2044f

Please sign in to comment.