mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 21:24:38 +03:00
6
.github/workflows/test-install-qt.yml
vendored
6
.github/workflows/test-install-qt.yml
vendored
@@ -18,6 +18,12 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ matrix.py }}
|
||||
- name: Run pytest
|
||||
run: |
|
||||
python -m pip install tox-gh-actions
|
||||
tox
|
||||
env:
|
||||
PYTEST_ADDOPTS: "--remote-data"
|
||||
- name: Build a binary wheel and install
|
||||
run: |
|
||||
python -m pip install pep517 --user
|
||||
|
||||
Reference in New Issue
Block a user