-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bernát Gábor <[email protected]>
- Loading branch information
1 parent
0c030bb
commit d4b72cc
Showing
9 changed files
with
110 additions
and
98 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 |
---|---|---|
|
@@ -19,21 +19,22 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
py: | ||
- "3.11" | ||
- "3.10" | ||
- "3.9" | ||
- "3.8" | ||
- "3.7" | ||
- pypy-3.9 | ||
- pypy-3.8 | ||
- pypy-3.7 | ||
- "3.12.0-alpha.7" | ||
# - "3.11" | ||
# - "3.10" | ||
# - "3.9" | ||
# - "3.8" | ||
# - "3.7" | ||
# - pypy-3.9 | ||
# - pypy-3.8 | ||
# - pypy-3.7 | ||
os: | ||
- ubuntu-22.04 | ||
- macos-12 | ||
- windows-2022 | ||
include: | ||
- { os: macos-12, py: "[email protected]" } | ||
- { os: macos-12, py: "[email protected]" } | ||
# include: | ||
# - { os: macos-12, py: "[email protected]" } | ||
# - { os: macos-12, py: "[email protected]" } | ||
steps: | ||
- uses: taiki-e/install-action@cargo-binstall | ||
- name: Install OS dependencies | ||
|
@@ -90,37 +91,37 @@ jobs: | |
PYTEST_ADDOPTS: "-vv --durations=20" | ||
CI_RUN: "yes" | ||
DIFF_AGAINST: HEAD | ||
|
||
check: | ||
name: ${{ matrix.tox_env }} - ${{ matrix.os }} | ||
if: github.event_name != 'schedule' || github.repository_owner == 'pypa' | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: | ||
- ubuntu-22.04 | ||
- windows-2022 | ||
tox_env: | ||
- dev | ||
- docs | ||
- readme | ||
- upgrade | ||
- zipapp | ||
exclude: | ||
- { os: windows-2022, tox_env: readme } | ||
- { os: windows-2022, tox_env: docs } | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Python "3.11" | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.11" | ||
- name: Install tox | ||
run: python -m pip install tox | ||
- name: Run check for ${{ matrix.tox_env }} | ||
run: python -m tox -e ${{ matrix.tox_env }} | ||
env: | ||
UPGRADE_ADVISORY: "yes" | ||
# | ||
# check: | ||
# name: ${{ matrix.tox_env }} - ${{ matrix.os }} | ||
# if: github.event_name != 'schedule' || github.repository_owner == 'pypa' | ||
# runs-on: ${{ matrix.os }} | ||
# strategy: | ||
# fail-fast: false | ||
# matrix: | ||
# os: | ||
# - ubuntu-22.04 | ||
# - windows-2022 | ||
# tox_env: | ||
# - dev | ||
# - docs | ||
# - readme | ||
# - upgrade | ||
# - zipapp | ||
# exclude: | ||
# - { os: windows-2022, tox_env: readme } | ||
# - { os: windows-2022, tox_env: docs } | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# with: | ||
# fetch-depth: 0 | ||
# - name: Setup Python "3.11" | ||
# uses: actions/setup-python@v4 | ||
# with: | ||
# python-version: "3.11" | ||
# - name: Install tox | ||
# run: python -m pip install tox | ||
# - name: Run check for ${{ matrix.tox_env }} | ||
# run: python -m tox -e ${{ matrix.tox_env }} | ||
# env: | ||
# UPGRADE_ADVISORY: "yes" |
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
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
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
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.