mirror of
https://github.com/python-LimeReport/pyside.git
synced 2025-04-06 17:23:44 +03:00
wip
This commit is contained in:
parent
2455bda9d4
commit
88dffb0d87
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
@ -42,6 +42,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install Qt
|
||||||
|
uses: jurplel/install-qt-action@v3
|
||||||
|
with:
|
||||||
|
version: ${{ matrix.qt }}
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user