We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0276188 + 675bd8b commit 54d111dCopy full SHA for 54d111d
1 file changed
.github/workflows/conda-package-cf.yml
@@ -295,8 +295,8 @@ jobs:
295
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
296
SET PACKAGE_VERSION=%%F
297
)
298
- SET "TEST_DEPENDENCIES=pytest pytest-cov"
299
- conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} ${{ matrix.numpy }} scipy -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
+ SET "TEST_DEPENDENCIES=pytest scipy"
+ conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} ${{ matrix.numpy }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
300
301
- name: Report content of test environment
302
shell: cmd /C CALL {0}
0 commit comments