Updated python tests to use new images
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
227a6cf998
commit
d9075cdbec
1 changed files with 1 additions and 3 deletions
4
.github/workflows/python_tests.yml
vendored
4
.github/workflows/python_tests.yml
vendored
|
|
@ -9,14 +9,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
python-tests:
|
python-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: axsauze/kompute-builder:0.3
|
container: axsauze/kompute-builder:0.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: Install vulkaninfo
|
|
||||||
run: apt update -y && apt install -y vulkan-tools
|
|
||||||
- name: Install Python Requirements
|
- name: Install Python Requirements
|
||||||
run: pip3 install --user -r python/test/requirements-dev.txt
|
run: pip3 install --user -r python/test/requirements-dev.txt
|
||||||
- name: Python Build
|
- name: Python Build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue