Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katerinakazantseva authored May 17, 2024
1 parent d5f40f2 commit 2e0e66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
~/miniconda3/bin/conda init zsh
- name: Strainy Install
run: |
cd strainy
#cd strainy
ls
#git submodule update --init
#make -C submodules/Flye
git submodule update --init
make -C submodules/Flye
conda env create -f environment.yml -n strainy
- name: Test strainy
run: |
Expand Down

0 comments on commit 2e0e66e

Please sign in to comment.