From 7402b19c5d1f93a6a1bbfafc9c6484515e817c4b Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Fri, 4 Oct 2024 11:07:05 -0400 Subject: [PATCH] + space --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01bbbf8b4..05b20f7c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - if: ${{ matrix.python != 'pyodide' }} uses: actions/setup-python@v5 - with: {python-version: ${{ matrix.python }}} + with: {python-version: ${{ matrix.python }} } - if: ${{ matrix.python == 'pyodide' }} uses: actions/setup-python@v5 with: {python-version: 3}