File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,10 @@ jobs:
252
252
)
253
253
SET "TEST_DEPENDENCIES=pytest pytest-cov cython"
254
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
255
+ - name : Report content of test environment
256
256
shell : cmd /C CALL {0}
257
257
run : |
258
+ pip install --no-cache-dir brotli
258
259
echo "Value of CONDA enviroment variable was: " %CONDA%
259
260
conda list
260
261
- name : Add library
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
pre-commit :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-20.04
11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : ' 3.10'
16
+ - name : Version of clang-format
17
+ run : |
18
+ clang-format --version
16
19
- uses : pre-commit/action@v3.0.0
You can’t perform that action at this time.
0 commit comments