Skip to content

Commit ffcddb8

Browse files
committed
.temporarily skip pre-commit
1 parent f8c094c commit ffcddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python-version }}
61-
- uses: pre-commit/action@v3.0.0
61+
# - uses: pre-commit/action@v3.0.0
6262

6363
test_ubuntu:
6464
name: "Test py${{ matrix.python-version }} : fast-compile ${{ matrix.fast-compile }} : float32 ${{ matrix.float32 }} : ${{ matrix.part }}"

0 commit comments

Comments
 (0)