mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
bump python version for acceptance tests
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
f9407d0ce4
commit
cc466e47da
9
.github/workflows/acceptance-test.yaml
vendored
9
.github/workflows/acceptance-test.yaml
vendored
@ -14,7 +14,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-Snapshot-Artifacts:
|
Build-Snapshot-Artifacts:
|
||||||
runs-on: ubuntu-latest
|
# come Nov 30 2020 ubuntu-latest will be ubuntu-20.04, until then it needs to be explicitly referenced due to python 3.7 specific features being used
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
@ -79,7 +80,8 @@ jobs:
|
|||||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||||
Acceptance-Linux:
|
Acceptance-Linux:
|
||||||
needs: [ Build-Snapshot-Artifacts ]
|
needs: [ Build-Snapshot-Artifacts ]
|
||||||
runs-on: ubuntu-latest
|
# come Nov 30 2020 ubuntu-latest will be ubuntu-20.04, until then it needs to be explicitly referenced due to python 3.7 specific features being used
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -129,7 +131,8 @@ jobs:
|
|||||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||||
Inline-Compare:
|
Inline-Compare:
|
||||||
needs: [ Build-Snapshot-Artifacts ]
|
needs: [ Build-Snapshot-Artifacts ]
|
||||||
runs-on: ubuntu-latest
|
# come Nov 30 2020 ubuntu-latest will be ubuntu-20.04, until then it needs to be explicitly referenced due to python 3.7 specific features being used
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user