Skip to content

d2e-ui/pyqe tests #13729

d2e-ui/pyqe tests

d2e-ui/pyqe tests #13729

Workflow file for this run

name: d2e-ui/pyqe tests
on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
merge_group:
push:
branches:
- develop
jobs:
test-pyqe:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./plugins/ui
strategy:
max-parallel: 4
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r alp-libs/python/pyqe/requirements-dev.txt
- name: Run unit tests
run: |
pytest alp-libs/python/pyqe/