From d2eb53edf9fce6876605d49600b798388bfc443d Mon Sep 17 00:00:00 2001 From: Jan8be Date: Mon, 29 Apr 2024 16:10:56 +0200 Subject: [PATCH] bug fix --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96e27b..9759b44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,10 @@ jobs: # python-version: "3.7" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - mamba-version: "*" channels: conda-forge,defaults - name: Install dependencies