Updated python tests to use new images

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-11-20 11:59:01 +00:00
parent 227a6cf998
commit d9075cdbec
No known key found for this signature in database
GPG key ID: 99EBB7E98B99695F

View file

@ -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