allow break system packges

This commit is contained in:
Daniel A. Wozniak 2024-11-09 19:46:42 -07:00 committed by Daniel Wozniak
parent c5c71c3637
commit 4102174c7d
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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