We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8264e46 commit 1d2999fCopy full SHA for 1d2999f
.github/workflows/check.yml
@@ -12,6 +12,7 @@ concurrency:
12
13
jobs:
14
test-cpython:
15
+ if: false
16
runs-on: ${{ matrix.os }}
17
strategy:
18
fail-fast: false
@@ -35,6 +36,7 @@ jobs:
35
36
run: nox -s tests_venv_current
37
38
test-conda:
39
40
41
42
matrix:
@@ -61,6 +63,7 @@ jobs:
61
63
uses: mxschmitt/action-tmate@v3
62
64
65
test-twine:
66
67
runs-on: ubuntu-latest
68
69
steps:
0 commit comments