Skip to content

Commit 3aa03d4

Browse files
committed
activate conda environment and install into it
1 parent f125a43 commit 3aa03d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install Dependencies
3939
run: |
40-
poetry env use python
40+
micromamba activate P_microsalt
4141
poetry env info
4242
poetry install --no-interaction --all-extras
4343

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- bioconda
55
- defaults
66
dependencies:
7-
- python=3.11.0
7+
- python=3.10.13
88
- blast=2.16.0
99
- bwa=0.7.17
1010
- picard=2.20.3

0 commit comments

Comments
 (0)