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 e842645 commit 54bcbefCopy full SHA for 54bcbef
.github/workflows/conda-package.yml
@@ -252,9 +252,10 @@ jobs:
252
)
253
SET "TEST_DEPENDENCIES=pytest pytest-cov cython"
254
conda install ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
255
- - name: Report content of test environemtn
+ - name: Report content of test environment
256
shell: cmd /C CALL {0}
257
run: |
258
+ pip install --no-cache-dir brotli
259
echo "Value of CONDA enviroment variable was: " %CONDA%
260
conda list
261
- name: Add library
0 commit comments