From e8366714de47ad5fb273df28a4a62a0a9bc345c4 Mon Sep 17 00:00:00 2001 From: David Chu Date: Sun, 7 Jan 2024 12:42:37 -0500 Subject: [PATCH] Fix syntax in GitHub Actions --- .github/workflows/linux_compiler_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_compiler_test.yml b/.github/workflows/linux_compiler_test.yml index 80bd6a6..2ef7e02 100644 --- a/.github/workflows/linux_compiler_test.yml +++ b/.github/workflows/linux_compiler_test.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v4 - with: + uses: actions/setup-python@v4 + with: python-version: '3.10' - name: Compile run: |