Skip to content

Commit 250096d

Browse files
committed
fix: add CAPISCIO_SKIP_CHECKSUM to E2E test env
No releases currently include checksums.txt.
1 parent 57af1ef commit 250096d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Run E2E tests
3737
run: |
3838
pytest tests/e2e/ -v --tb=short
39+
env:
40+
# No releases currently include checksums.txt
41+
CAPISCIO_SKIP_CHECKSUM: 'true'
3942

4043
- name: Upload coverage reports
4144
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)