Skip to content

Commit 1d2999f

Browse files
committed
skip function test
1 parent 8264e46 commit 1d2999f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212

1313
jobs:
1414
test-cpython:
15+
if: false
1516
runs-on: ${{ matrix.os }}
1617
strategy:
1718
fail-fast: false
@@ -35,6 +36,7 @@ jobs:
3536
run: nox -s tests_venv_current
3637

3738
test-conda:
39+
if: false
3840
runs-on: ${{ matrix.os }}
3941
strategy:
4042
matrix:
@@ -61,6 +63,7 @@ jobs:
6163
uses: mxschmitt/action-tmate@v3
6264

6365
test-twine:
66+
if: false
6467
runs-on: ubuntu-latest
6568

6669
steps:

0 commit comments

Comments
 (0)