Fix nox test failure (#1899)

Fix nox test failure by bumping nox action to wntrblm/nox@2024.04.15
This commit is contained in:
Christian Adams
2024-06-13 20:23:03 -04:00
committed by GitHub
parent e271515385
commit 23a3266b4a

View File

@@ -18,7 +18,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup nox
uses: wntrblm/nox@2024.03.02
uses: wntrblm/nox@2024.04.15
with:
python-versions: "${{ matrix.python-versions }}"
- name: "Run nox -s ${{ matrix.session }}"