Skip to content

Commit

Permalink
Updated pyside6.yml
Browse files Browse the repository at this point in the history
removed strategy block

updated pip install step

updated the run tests step
  • Loading branch information
zoshua committed Feb 29, 2024
1 parent a25cc94 commit 55889ed
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/pyside6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,16 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- os: ubuntu-latest
VFXPLATFORM: "2018"
PYTHON: "3.6"
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: pip install PySide6
- name: Pip install PySide6 and dependencies
run: |
pip install PySide6
python3.10 -m pip install PySide6 nose nosepipe six packaging setuptools wheel
- name: Run tests in Docker container
- name: Run tests from entrypoint.sh
run: |
docker run --rm \
-v $(pwd):/Qt.py \
-e PYTHON=${{ matrix.PYTHON }} \
fredrikaverpil/qt.py:${{ matrix.VFXPLATFORM }}
PYTHON=3.10 ./entrypoint.sh

0 comments on commit 55889ed

Please sign in to comment.