Skip to content

Commit

Permalink
update conda in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicmilena committed Oct 31, 2023
1 parent 3badbe2 commit 679b483
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-dev-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 679b483

Please sign in to comment.