From aa94037b914d000011b976426bf871944a4a3304 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 9 Jun 2021 20:07:27 -0500 Subject: [PATCH] more work on win bin ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adbdffd..05e0471a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,4 @@ jobs: - name: Run tests run: python tools/pcommand pytest -v tests - name: Compile binary - run: tools/pcommand win_ci_binary_build + run: python tools/pcommand win_ci_binary_build