From 2c7a2bbf1236cec376222feb130337cbbd3bee0a Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 30 Nov 2021 06:23:23 -0800 Subject: [PATCH] Unrestrict conda-build version --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index f30d4369b..bdb9337f9 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -32,7 +32,7 @@ jobs: python-version: 3.8 - name: Install dependencies run: | - mamba install boa conda-verify "conda<4.11" + mamba install boa conda-verify which python pip list