Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 074ff0a

Browse files
committed
Revert "Remove conditional for pypy (#130)"
This reverts commit 0fc8967. it turns out the pypy step is GLACIAL
1 parent 29e1dea commit 074ff0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ steps:
287287
# This step is allowed to fail
288288

289289
- label: ":python: PyPy3.6"
290+
if: "build.message =~ /pypy/i"
290291
soft_fail: true
291292
command:
292293
# No *trial_setup due to docker-library/pypy#52

0 commit comments

Comments
 (0)