Skip to content

Commit 910d012

Browse files
Comment out pip install brotlipy
1 parent 35e6a82 commit 910d012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
- name: Report content of test environment
260260
shell: cmd /C CALL {0}
261261
run: |
262-
pip install --no-cache-dir brotli
262+
REM pip install --no-cache-dir brotli
263263
echo "Value of CONDA enviroment variable was: " %CONDA%
264264
conda list
265265
- name: Add library

0 commit comments

Comments
 (0)