mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-06-30 11:27:11 +00:00
Updated python tests to use new images
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
4
.github/workflows/python_tests.yml
vendored
4
.github/workflows/python_tests.yml
vendored
@@ -9,14 +9,12 @@ on:
|
||||
jobs:
|
||||
python-tests:
|
||||
runs-on: ubuntu-latest
|
||||
container: axsauze/kompute-builder:0.3
|
||||
container: axsauze/kompute-builder:0.4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: false
|
||||
- name: Install vulkaninfo
|
||||
run: apt update -y && apt install -y vulkan-tools
|
||||
- name: Install Python Requirements
|
||||
run: pip3 install --user -r python/test/requirements-dev.txt
|
||||
- name: Python Build
|
||||
|
||||
Reference in New Issue
Block a user