Added python test checkout
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
55f6df6160
commit
0648fefa49
1 changed files with 6 additions and 2 deletions
8
.github/workflows/python_tests.yml
vendored
8
.github/workflows/python_tests.yml
vendored
|
|
@ -11,12 +11,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: axsauze/kompute-builder:0.3
|
||||
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 -r python/test/requirements-dev.txt
|
||||
run: pip3 install --user -r python/test/requirements-dev.txt
|
||||
- name: Python Build
|
||||
run: pip3 install .
|
||||
run: pip3 install --user .
|
||||
- name: Python run Tests
|
||||
run: |
|
||||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue