Skip to content

Commit e28deac

Browse files
committed
PIP_NO_CLEAN 1
1 parent b8e43c5 commit e28deac

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ jobs:
171171
run: |
172172
rustup target add i686-pc-windows-msvc
173173
- name: Test
174+
env:
175+
# When compiling Cryptography for PyPy on Windows there is a cleanup
176+
# failure. This is CI, it doesn't matter.
177+
PIP_NO_CLEAN: 1
174178
run: |
175179
tox -vv -e ${{ matrix.python.tox }}
176180
- name: Coverage Processing

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ commands =
1313
passenv =
1414
INCLUDE
1515
LIB
16+
PIP_*
1617
setenv =
1718
with_gmp=no
1819

0 commit comments

Comments
 (0)