From e6a69bb8a160ec59a0c954386fd04c3087456c00 Mon Sep 17 00:00:00 2001 From: arty Date: Mon, 14 Aug 2023 12:07:44 -0700 Subject: [PATCH] more detritus --- .github/workflows/build-m1-wheel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-m1-wheel.yml b/.github/workflows/build-m1-wheel.yml index 64e5ed45f..16f427dbc 100644 --- a/.github/workflows/build-m1-wheel.yml +++ b/.github/workflows/build-m1-wheel.yml @@ -102,7 +102,6 @@ jobs: - name: Run tests from clvm_tools run: | . ./venv/bin/activate - cd clvm_tools_rs arch -arm64 cargo test --features="extension-module,${USE_FEATURES}" - name: Upload wheels