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 679b483 commit d1e87c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-dev-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build conda meta.yaml from PyPI package
uses: conda-incubator/setup-miniconda@v2
run: |
conda install conda-build
conda skeleton pypi immuneML-dev
conda config --add channels conda-forge
conda config --add channels bioconda
ls -l
python3 scripts/update_conda_meta_file.py
- name: Build conda package from meta.yaml
run: |
conda update conda
conda update conda-build
conda-build immuneml-dev
deploy_to_conda:
Expand Down

0 comments on commit d1e87c1

Please sign in to comment.