Skip to content

Commit fd56e8b

Browse files
committed
[TMP] Fight CI
1 parent c833999 commit fd56e8b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- "-profile test_humanbam,docker --run_sexdeterrmine --run_genotyping --genotyping_tool 'angsd' --genotyping_source 'raw'"
3838
- "-profile test_multiref,docker" ## TODO add damage manipulation here instead once it goes multiref
3939
steps:
40+
- name: Set Docker env
41+
run: echo "DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=true" >> $GITHUB_ENV
42+
43+
- name: Restart Docker
44+
run: sudo systemctl restart docker
45+
4046
- name: Check out pipeline code
4147
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4248

0 commit comments

Comments
 (0)