1
0
Fork 0

excluding conv_transpose2d

pull/1421/head
Steven Anderson 2023-08-02 23:24:02 -04:00
parent 90076bf7ee
commit cc7348de03
1 changed files with 1 additions and 1 deletions

View File

@ -298,4 +298,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test Ops
run: docker run -t -e ENABLE_METHOD_CACHE=1 -e CI=1 -e ARM64=1 -e CLANG=1 tinygrad-arm64 /usr/bin/env python3 -m pytest -n=auto test/test_ops.py
run: docker run -e ENABLE_METHOD_CACHE=1 -e CI=1 -e ARM64=1 -e CLANG=1 tinygrad-arm64 python3 -m pytest -n=auto test/ -k 'not test_conv_transpose2d' -m 'not exclude_clang'