From 9ce85ec899d5c0fcc8efe204b2c917704673b92c Mon Sep 17 00:00:00 2001 From: jvmncs Date: Thu, 21 Jul 2022 14:45:08 -0400 Subject: [PATCH] ... --- .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 b609c8f..d73dcaf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: ls -lh ${{ steps.py3.outputs.python-path }} ls -lh ${{ env.pythonLocation }} which python - ${{ steps.py3.outputs.python-path }} -c "print("hey")" + ${{ steps.py3.outputs.python-path }} -c "print('hey')" - name: Build wheel uses: messense/maturin-action@v1 with: