diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 89d4ed9..92ab14b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,7 +52,7 @@ jobs: use-mamba: true # - name: Install the latest version of sire - run: mamba install -y -c "openbiosim/label/dev" sire + run: mamba install -y -c "openbiosim/label/test" sire # - name: Clone the big tests repo run: git clone https://github.com/${{ env.REPO }} tests