Skip to content

Commit

Permalink
add install conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicmilena committed Oct 31, 2023
1 parent f604f25 commit 56300bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-dev-to-pypi-and-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build conda meta.yaml from PyPI package
run: >-
conda install conda-build
conda skeleton pypi immuneML-dev
conda config --add channels conda-forge
conda config --add channels bioconda
Expand Down
2 changes: 1 addition & 1 deletion immuneML/environment/Constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Constants:

VERSION = "2.2.6"
DEV_VERSION = "0.0.3"
DEV_VERSION = "0.0.4"

# encoding constants
FEATURE_DELIMITER = "-"
Expand Down

0 comments on commit 56300bf

Please sign in to comment.