We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a8974 commit cc3cd4aCopy full SHA for cc3cd4a
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/test_data_gitaction/test_short_seq.fasta
25
cp -r /root/.phigaro ~/.phigaro
26
cd ~/.phigaro
27
+ rm config.yml
28
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/config.yml
29
- name: Test Phigaro at python${{ matrix.python-version }}
30
shell: bash
@@ -67,6 +68,7 @@ jobs:
67
68
69
70
71
72
73
/root/miniconda3/envs/python3/bin/pip install phigaro
74
echo Phigaro version:
0 commit comments