Skip to content

Commit

Permalink
Merge pull request #1220 from pypa/henryiii/ci/noxaction
Browse files Browse the repository at this point in the history
ci: use official nox action
  • Loading branch information
joerick committed Aug 11, 2022
2 parents bed97db + 9ab7670 commit 5b0d8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4

- uses: wntrblm/[email protected]
with:
python-version: "3.11-dev"
- uses: excitedleigh/[email protected]
python-versions: "3.6, 3.7, 3.8, 3.9, 3.10, 3.11-dev"

- name: "Run update: dependencies"
run: nox --force-color -s update_constraints
Expand Down

0 comments on commit 5b0d8e7

Please sign in to comment.