Skip to content

Commit af29899

Browse files
authored
remove docker image prune
1 parent 7b811bc commit af29899

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/server.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
python -m pip install --upgrade pip
6565
python -m pip install '.[test]'
6666
python -m pip install .
67-
- name: Clear existing docker image cache
68-
shell: bash
69-
run: docker image prune -af
7067
- name: Test with pytest
7168
run: |
7269
pytest

0 commit comments

Comments
 (0)