-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
29 additions
and
21 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -92,7 +92,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.8","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.9"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
needs: check-permissions | ||
steps: | ||
- uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.8","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -88,7 +88,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -88,7 +88,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.11","3.12"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -75,6 +75,10 @@ jobs: | |
run: | | ||
set -x # print commands that are executed | ||
./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest" | ||
- name: Test unleash latest | ||
run: | | ||
set -x # print commands that are executed | ||
./scripts/runtox.sh "py${{ matrix.python-version }}-unleash-latest" | ||
- name: Generate coverage XML | ||
if: ${{ !cancelled() }} | ||
run: | | ||
|
@@ -104,7 +108,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -149,6 +153,10 @@ jobs: | |
run: | | ||
set -x # print commands that are executed | ||
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer" | ||
- name: Test unleash pinned | ||
run: | | ||
set -x # print commands that are executed | ||
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-unleash" | ||
- name: Generate coverage XML | ||
if: ${{ !cancelled() }} | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.8","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -88,7 +88,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.10","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -106,7 +106,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
@@ -112,7 +112,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: ["3.7","3.8","3.9","3.11","3.12","3.13"] | ||
os: [ubuntu-latest] | ||
os: [ubuntu-22.04] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5 | ||
|
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