mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Allow system to break.
This commit is contained in:
2
.github/workflows/_Checking_Parameters.yml
vendored
2
.github/workflows/_Checking_Parameters.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install pyTooling
|
run: pip install --disable-pip-version-check --break-system-packages pyTooling
|
||||||
# Params_Default
|
# Params_Default
|
||||||
- name: Checking results from 'Params_Default'
|
- name: Checking results from 'Params_Default'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/_Checking_Pipeline.yml
vendored
2
.github/workflows/_Checking_Pipeline.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- UnitTesting
|
- UnitTesting
|
||||||
- PlatformTesting
|
- PlatformTesting
|
||||||
with:
|
with:
|
||||||
additional_merge_args: '-d --pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;;reduce-depth:pytest.tests.platform"'
|
additional_merge_args: '-d "--pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;reduce-depth:pytest.tests.platform"'
|
||||||
|
|
||||||
Package:
|
Package:
|
||||||
uses: pyTooling/Actions/.github/workflows/Package.yml@r1
|
uses: pyTooling/Actions/.github/workflows/Package.yml@r1
|
||||||
|
|||||||
Reference in New Issue
Block a user