From 6013702f9739ae63e56f18caffe6907b5d8446bb Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 5 Dec 2024 16:04:44 +0100 Subject: [PATCH] osx test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 919f61cd..741b2075 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,13 +20,13 @@ jobs: access_token: ${{ github.token }} - uses: actions/checkout@v4 - name: Setup conda - uses: conda-incubator/etup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v3 with: miniconda-version: "latest" auto-update-conda: true python-version: ${{ matrix.python-version }} activate-environment: test - auto-activate-base: False + auto-activate-base: false - name: Install essential run: | sudo apt update