Skip to content

Commit

Permalink
Fix up test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 7, 2024
1 parent 23d3111 commit c13dbf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
path: .coverage.*

test_linux_no_gil:
name: Test (NO GIL) (${{ matrix.os }}, ${{ matrix.python-version }})
name: Test - NO GIL (${{ matrix.os }}, ${{ matrix.python-version }})
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-20.04
python-version: [3.13-dev]
steps:
- name: Checkout code
Expand Down

0 comments on commit c13dbf3

Please sign in to comment.