There was an error while loading. Please reload this page.
1 parent c833999 commit fd56e8bCopy full SHA for fd56e8b
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,12 @@ jobs:
37
- "-profile test_humanbam,docker --run_sexdeterrmine --run_genotyping --genotyping_tool 'angsd' --genotyping_source 'raw'"
38
- "-profile test_multiref,docker" ## TODO add damage manipulation here instead once it goes multiref
39
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
46
- name: Check out pipeline code
47
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
48
0 commit comments