Skip to content

Commit 789b3ad

Browse files
committed
Allow failure on GitLab CI for Python dev 3.8
1 parent 2d2e354 commit 789b3ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
'test py38 dev':
2323
<<: *job_test_common
24+
allow_failure: true
2425
image: 'python:3.8-rc'
2526
variables:
2627
'TOXENV': 'py38'

0 commit comments

Comments
 (0)