mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix nox test failure (#1899)
Fix nox test failure by bumping nox action to wntrblm/nox@2024.04.15
This commit is contained in:
2
.github/workflows/reusable-nox.yml
vendored
2
.github/workflows/reusable-nox.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Check out repo
|
- name: Check out repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup nox
|
- name: Setup nox
|
||||||
uses: wntrblm/nox@2024.03.02
|
uses: wntrblm/nox@2024.04.15
|
||||||
with:
|
with:
|
||||||
python-versions: "${{ matrix.python-versions }}"
|
python-versions: "${{ matrix.python-versions }}"
|
||||||
- name: "Run nox -s ${{ matrix.session }}"
|
- name: "Run nox -s ${{ matrix.session }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user