Skip to content

Commit

Permalink
Debug of env
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Nov 1, 2024
1 parent 346e20e commit f47ab3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e_stx2_deletion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
activate-environment: test-env
channels: bioconda, conda-forge, defaults

- name: Create conda environment and install dependencies
- name: Create and activate conda environment
run: |
conda create -y -n env-dajin2 python=${{ matrix.python-version }} pip pytest
conda activate env-dajin2
- name: Install DAJIN2 and dependencies
run: |
pip install -e . # Install DAJIN2 in editable mode
- name: Download example dataset
Expand Down
2 changes: 2 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

+ Move the FASTX IO processing to `utils.io`. Issue: #66 [[Commit Detail](https://github.com/akikuno/DAJIN2/commit/cca3db0b13ac53e082e2272f7ee7f593f905bd25)]

+ Add E2E tests in Github Actions. [[Commit Detail](https://github.com/akikuno/DAJIN2/commit/8fb93621ae7b9c4e867a68e9160c3295bfb0f872)]

## ⛔️ Deprecated

<!-- ############################################################# # -->
Expand Down

0 comments on commit f47ab3e

Please sign in to comment.