We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2b883 commit cd2abe6Copy full SHA for cd2abe6
.github/workflows/packaging.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
python-version: "${{ matrix.python-version }}"
37
free-threaded: "${{ matrix.free-threaded }}"
38
- run-test: "${{ matrix.python-version == '3.10' }}"
+ run-test: "false"
39
40
#############################################################################
41
# Linux (CPU)
0 commit comments