diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c392ac6..77effb9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,6 +13,8 @@ concurrency: jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + env: + PYTHON: "" runs-on: ${{ matrix.os }} strategy: fail-fast: false