We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57af1ef commit 250096dCopy full SHA for 250096d
1 file changed
.github/workflows/e2e.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Run E2E tests
37
run: |
38
pytest tests/e2e/ -v --tb=short
39
+ env:
40
+ # No releases currently include checksums.txt
41
+ CAPISCIO_SKIP_CHECKSUM: 'true'
42
43
- name: Upload coverage reports
44
if: matrix.python-version == '3.11'
0 commit comments