diff --git a/.github/workflows/ci_versions.yml b/.github/workflows/ci_versions.yml index 5345fcc..c229b07 100644 --- a/.github/workflows/ci_versions.yml +++ b/.github/workflows/ci_versions.yml @@ -19,7 +19,7 @@ jobs: runs-on: [ubuntu-latest, macos-latest ] exclude: - runs-on: macos-latest - python-version: ["3.9"] + python-version: "3.9" steps: - uses: actions/checkout@v4