0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-11-14 16:50:39 +00:00

fix pipeline deps

This commit is contained in:
Robert Kaussow 2020-09-25 18:51:25 +02:00
parent e08d62c531
commit 8a194e5883
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 11 additions and 11 deletions

View File

@ -65,11 +65,11 @@ local PipelineTest = {
'codecov --required -X gcov', 'codecov --required -X gcov',
], ],
depends_on: [ depends_on: [
'python27', 'python27-pytest',
'python35', 'python35-pytest',
'python36', 'python36-pytest',
'python37', 'python37-pytest',
'python38', 'python38-pytest',
], ],
}, },
], ],

View File

@ -96,11 +96,11 @@ steps:
from_secret: codecov_token from_secret: codecov_token
PY_COLORS: 1 PY_COLORS: 1
depends_on: depends_on:
- python27 - python27-pytest
- python35 - python35-pytest
- python36 - python36-pytest
- python37 - python37-pytest
- python38 - python38-pytest
trigger: trigger:
ref: ref:
@ -321,6 +321,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 2b355bfd9ecdfcdc7ba0786f8c48ff9d4382b56340c1d122a7dac6382b052acf hmac: 1710363bc76f654db7faac64efbf766159c52c4295200e8a6e89dde7148d85f8
... ...