Skip to content

Commit 54bcbef

Browse files
1 parent e842645 commit 54bcbef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,10 @@ jobs:
252252
)
253253
SET "TEST_DEPENDENCIES=pytest pytest-cov cython"
254254
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
255+
- name: Report content of test environment
256256
shell: cmd /C CALL {0}
257257
run: |
258+
pip install --no-cache-dir brotli
258259
echo "Value of CONDA enviroment variable was: " %CONDA%
259260
conda list
260261
- name: Add library

0 commit comments

Comments
 (0)