From 680c44af7ec70dac273a292b5f9510d61b5efb95 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Thu, 26 Oct 2023 11:29:04 -0400 Subject: [PATCH] Maybe we do need quotes around these... --- .github/workflows/ci_workflows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 2a0058cb0..a3b712556 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -27,24 +27,24 @@ jobs: - name: Python 3.12 with astropy data and coverage os: ubuntu-latest - python: 3.12 + python: '3.12' toxenv: py312-test-cov toxargs: -v toxposargs: --remote-data=astropy - name: Python 3.12 (Windows) os: windows-latest - python: 3.12 + python: '3.12' toxenv: py312-test - name: Python 3.12 (MacOS X) os: macos-latest - python: 3.12 + python: '3.12' toxenv: py312-test - name: Python 3.11 os: ubuntu-laters - python: 3.11 + python: '3.11' toxenv: py311-test - name: Python 3.10