From 163e5ba4d2ae39d99c7ce29b6ed209a8d4939969 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Tue, 26 Mar 2024 17:57:21 -0400 Subject: [PATCH] [ci skip] Unpin conda-smithy for nightly builds (#111) --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 71fa5b3..addddcf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -30,12 +30,12 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: environment-name: env - create-args: conda-smithy=3.31.1 + create-args: conda-smithy cache-environment: true - name: Rerender feedstock shell: bash -el {0} run: | - #micromamba update --yes conda-smithy + micromamba update --yes conda-smithy conda smithy rerender --no-check-uptodate --commit auto - name: Push update to GitHub if: ${{ github.ref == 'refs/heads/main' && github.repository == 'TileDB-Inc/tiledbsoma-feedstock' && github.event_name != 'pull_request' }}