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