Commit d8cd410 Fabien Coelho
committed
1 parent c302137 commit d8cd410 Copy full SHA for d8cd410
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 50
50
cover : 84.0
51
51
gil : 1
52
52
deps : doc,dev,tests
53
+ env :
54
+ PYTHON_GIL : ${{ matrix.python.gil }}
53
55
steps :
54
56
# Setup
55
- - uses : actions/checkout@v4
57
+ - name : Checkout Project
58
+ uses : actions/checkout@v4
56
59
- name : Set up Python ${{ matrix.python.version }}
57
60
# uses: actions/setup-python@v5
58
61
uses : actions/setup-python@main
75
78
- name : Check the docs
76
79
run : make check.docs
77
80
- name : Check with pytest
78
- run : PYTHON_GIL=${{ matrix.python.gil }} make check.pytest
81
+ run : make check.pytest
79
82
- name : Check with coverage
80
- run : PYTHON_GIL=${{ matrix.python.gil }} make COVER=${{ matrix.python.cover }} check.coverage
83
+ run : make COVER=${{ matrix.python.cover }} check.coverage
81
84
- name : Check with pyright
82
85
run : make check.pyright
83
86
# 2025-03-07: KO with 3.13t because types-redis requires cryptography
You can’t perform that action at this time.
0 commit comments