mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
allow break system packges
This commit is contained in:
parent
c5c71c3637
commit
4102174c7d
2 changed files with 8 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
|||
releases: ${{ steps.get-salt-releases.outputs.releases }}
|
||||
testing-releases: ${{ steps.get-testing-releases.outputs.testing-releases }}
|
||||
nox-archive-hash: ${{ steps.nox-archive-hash.outputs.nox-archive-hash }}
|
||||
config: ${{ steps.workflow-config.outputs.config }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -231,6 +232,12 @@ jobs:
|
|||
name: testrun-changed-files.txt
|
||||
path: testrun-changed-files.txt
|
||||
|
||||
- name: Generate Workflow Config
|
||||
id: workflow-config
|
||||
run: |
|
||||
tools ci workflow-config ${{ github.event_name }} changed-files.json
|
||||
|
||||
|
||||
|
||||
pre-commit:
|
||||
name: Pre-Commit
|
||||
|
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
|
||||
- name: Install Nox
|
||||
run: |
|
||||
python3 -m pip install 'nox==${{ inputs.nox-version }}'
|
||||
python3 -m pip install --break-system-packages 'nox==${{ inputs.nox-version }}'
|
||||
env:
|
||||
PIP_INDEX_URL: https://pypi.org/simple
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue