Skip to content

Commit

Permalink
changed seak version 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remomomo committed Jul 27, 2022
1 parent d68658e commit afad93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ rule install_seak:
'env/seak.yml'
shell:
'if [ ! -d seak ]; then '
'git clone https://github.com/HealthML/seak.git && cd seak && git checkout tags/v0.4.2 ; '
'git clone https://github.com/HealthML/seak.git && cd seak && git checkout tags/v0.4.3 ; '
'else '
'cd seak && git checkout tags/v0.4.2 ; '
'cd seak && git checkout tags/v0.4.3 ; '
'fi ; '
'pip install -e . '

Expand Down

0 comments on commit afad93f

Please sign in to comment.