From cd2044fb5cf01b0d26694cb7f4f3bb54b26a4755 Mon Sep 17 00:00:00 2001 From: Grigorev Rostislav Date: Sat, 20 Jul 2024 14:18:10 +0200 Subject: [PATCH] add importlib_resources to appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e300d19..57be9e6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: