diff --git a/.github/workflows/publish-dev-to-conda.yml b/.github/workflows/publish-dev-to-conda.yml index 8e22b87d6..5cd5b3c08 100644 --- a/.github/workflows/publish-dev-to-conda.yml +++ b/.github/workflows/publish-dev-to-conda.yml @@ -20,7 +20,10 @@ jobs: ls -l python3 scripts/update_conda_meta_file.py - name: Build conda package from meta.yaml - run: conda-build immuneml-dev + run: | + conda update conda + conda update conda-build + conda-build immuneml-dev deploy_to_conda: name: Conda deployment of package with Python ${{ matrix.python-version }}