From 256c632961eb4b3fa20f0dff7014a1d843b6227c Mon Sep 17 00:00:00 2001 From: Alkid Date: Wed, 27 Sep 2023 14:00:46 +0200 Subject: [PATCH] test --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 33b23422..011c5039 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -20,6 +20,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: environment-file: environment.yml + - name: Init conda shell run: conda init bash # - name: Install Dependencies # run: conda env update --file environment.yml