mirror of
https://github.com/python-LimeReport/pyside.git
synced 2025-04-06 01:03:45 +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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ matrix.qt }}
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
Loading…
Reference in New Issue
Block a user