File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,10 +213,10 @@ jobs:
213213 id : clean
214214 run : make -j1 -f Makefile clean || true ;
215215 - name : Generate Coverage for py3.9 on ${{ matrix.os }}
216- if : ${{ runner.python-version }} == "3.9"
216+ if : ${{ runner.python-version == "3.9" }}
217217 run : make -f Makefile test ;
218218 - name : Generate Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
219- if : ${{ runner.python-version }} != "3.9"
219+ if : ${{ runner.python-version != "3.9" }}
220220 run : make -f Makefile test-pytest ;
221221 - name : Upload Python ${{ matrix.python-version }} coverage to Codecov
222222 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ diff -q <(tail -n 191 "$0" | head -n 189 | shasum -a 384 -t -) <(tail -n 1 "$0")
7070ulimit -t 90
7171PATH=" /bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:${PATH} "
7272LANG=${LANG:- " en_US" }
73- LC_ALL=" ${LANG: 1 : 5} .utf-8"
73+ LC_ALL=" ${LANG: 0 : 5} .utf-8"
7474umask 127
7575
7676LOCK_FILE=" ${TMPDIR:-/ tmp} /org.pak.tests.scripts.code-climate.lock"
@@ -255,4 +255,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
255255exit ${EXIT_CODE:- 255} ;
256256
257257# This file's code hash:
258- c1c7061d8f7686b221742d3b85c4a14db9699225f1766b6fbd68053642e1aea524736b93445554a1af14ed933ada4ed9 -
258+ bd3a1cfef39983285334fad565c7a0643c208c3a7fb1a6aa4d19d44b537d21a5e2f8f13dbe3ed133e6f1435ed30c50ac -
You can’t perform that action at this time.
0 commit comments