Skip to content

Commit cc3cd4a

Browse files
Update main.yml
1 parent 34a8974 commit cc3cd4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/test_data_gitaction/test_short_seq.fasta
2525
cp -r /root/.phigaro ~/.phigaro
2626
cd ~/.phigaro
27+
rm config.yml
2728
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/config.yml
2829
- name: Test Phigaro at python${{ matrix.python-version }}
2930
shell: bash
@@ -67,6 +68,7 @@ jobs:
6768
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/test_data_gitaction/test_short_seq.fasta
6869
cp -r /root/.phigaro ~/.phigaro
6970
cd ~/.phigaro
71+
rm config.yml
7072
wget https://raw.githubusercontent.com/bobeobibo/phigaro/master/config.yml
7173
/root/miniconda3/envs/python3/bin/pip install phigaro
7274
echo Phigaro version:

0 commit comments

Comments
 (0)