-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'pyqt5-stubs/master' into qscrollarea-wi…
…dgetresizeable
- Loading branch information
Showing
273 changed files
with
65,226 additions
and
2,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,15 +24,13 @@ jobs: | |
os: | ||
- name: Linux | ||
runs-on: ubuntu-latest | ||
matrix: linux | ||
# https://github.com/python-qt-tools/PyQt5-stubs/issues/122 | ||
# - name: Windows | ||
# runs-on: windows-latest | ||
# matrix: windows | ||
# https://github.com/python-qt-tools/PyQt5-stubs/issues/122 | ||
# - name: macOS | ||
# runs-on: macos-latest | ||
# matrix: macos | ||
tox: linux | ||
- name: macOS | ||
runs-on: macos-latest | ||
tox: macos | ||
- name: Windows | ||
runs-on: windows-latest | ||
tox: windows | ||
python: | ||
- name: CPython 3.6 | ||
tox: py36 | ||
|
@@ -46,6 +44,9 @@ jobs: | |
- name: CPython 3.9 | ||
tox: py39 | ||
action: 3.9 | ||
- name: CPython 3.10 | ||
tox: py310 | ||
action: '3.10' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up ${{ matrix.python.name }} | ||
|
@@ -55,7 +56,7 @@ jobs: | |
architecture: x64 | ||
- uses: twisted/[email protected] | ||
- name: Install Linux Qt5 dependencies | ||
if: matrix.os.matrix == 'linux' | ||
if: matrix.os.name == 'Linux' | ||
run: | | ||
sudo apt-get update --yes | ||
sudo apt-get install --yes libgl1 libgl1-mesa-dev xvfb x11-utils libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 | ||
|
@@ -67,7 +68,7 @@ jobs: | |
pip install tox | ||
- name: Test | ||
run: | | ||
tox -v -e ${{ matrix.python.tox }} | ||
tox -v -e ${{ matrix.python.tox }}-${{ matrix.os.tox }} | ||
all: | ||
name: All | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.