Skip to content

Commit

Permalink
Merge pull request #999 from asottile/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
upgrade asottile/workflows
  • Loading branch information
asottile authored Jan 30, 2025
2 parents b308392 + 125f1e8 commit 05b2d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest

0 comments on commit 05b2d13

Please sign in to comment.