Skip to content

Commit

Permalink
update publish-dev-to-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicmilena committed Oct 31, 2023
1 parent 2be7254 commit 28d5d7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-dev-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
conda config --add channels bioconda
python3 scripts/update_conda_meta_file.py
- run: ls -l
- name: Conda environment creation and activation
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
environment-file: immuneml-dev/meta.yaml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
- name: Build and upload the conda packages
uses: uibcdf/action-build-and-upload-conda-packages@v1.2.0
with:
Expand Down

0 comments on commit 28d5d7f

Please sign in to comment.