Skip to content

Commit 5b0d8e7

Browse files
authoredAug 11, 2022
Merge pull request #1220 from pypa/henryiii/ci/noxaction
ci: use official nox action
2 parents bed97db + 9ab7670 commit 5b0d8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/update-dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/setup-python@v4
24+
25+
- uses: wntrblm/nox@2022.8.7
2526
with:
26-
python-version: "3.11-dev"
27-
- uses: excitedleigh/setup-nox@v2.1.0
27+
python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11-dev"
2828

2929
- name: "Run update: dependencies"
3030
run: nox --force-color -s update_constraints

0 commit comments

Comments
 (0)
Please sign in to comment.