We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9834b94 + 59a3ba9 commit e940c13Copy full SHA for e940c13
.github/workflows/server.yml
@@ -64,9 +64,6 @@ jobs:
64
python -m pip install --upgrade pip
65
python -m pip install '.[test]'
66
python -m pip install .
67
- - name: Clear existing docker image cache
68
- shell: bash
69
- run: docker image prune -af
70
- name: Test with pytest
71
run: |
72
pytest
server/.dockerignore
@@ -27,6 +27,7 @@ downloads/
27
eggs/
28
lib/
29
lib64/
30
+
31
parts/
32
sdist/
33
var/
0 commit comments