mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +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
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.py }}
|
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
|
- name: Build a binary wheel and install
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pep517 --user
|
python -m pip install pep517 --user
|
||||||
|
|||||||
Reference in New Issue
Block a user