We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3111 commit c13dbf3Copy full SHA for c13dbf3
.github/workflows/main.yml
@@ -46,10 +46,12 @@ jobs:
46
path: .coverage.*
47
48
test_linux_no_gil:
49
- name: Test (NO GIL) (${{ matrix.os }}, ${{ matrix.python-version }})
+ name: Test - NO GIL (${{ matrix.os }}, ${{ matrix.python-version }})
50
runs-on: ubuntu-latest
51
strategy:
52
matrix:
53
+ os:
54
+ - ubuntu-20.04
55
python-version: [3.13-dev]
56
steps:
57
- name: Checkout code
0 commit comments