Commit 6c347df Fabien Coelho
committed
1 parent 8805463 commit 6c347df Copy full SHA for 6c347df
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 39
39
- version : " 3.14t"
40
40
cover : 96.5 # FIXME 3.14t coverage issue?
41
41
gil : 1
42
+ env :
43
+ PYTHON_GIL : ${{ matrix.python.gil }}
42
44
steps :
43
45
# Setup
44
- - uses : actions/checkout@v4
46
+ - name : Checkout Project
47
+ uses : actions/checkout@v4
45
48
- name : Set up Python ${{ matrix.python.version }}
46
49
# uses: actions/setup-python@v5
47
50
# FIXME switch to v6 when available
63
66
- name : Check with ruff
64
67
run : make check.ruff
65
68
- name : Check with pytest
66
- run : PYTHON_GIL=${{ matrix.python.gil }} make check.pytest
69
+ run : make check.pytest
67
70
- name : Check with coverage
68
- run : PYTHON_GIL=${{ matrix.python.gil }} make COVER=${{ matrix.python.cover }} check.coverage
71
+ run : make COVER=${{ matrix.python.cover }} check.coverage
69
72
- name : Check with pymarkdown
70
73
run : make check.pymarkdown
You can’t perform that action at this time.
0 commit comments