We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8416413 commit 8603fe3Copy full SHA for 8603fe3
.github/actions/pre-test/action.yml
@@ -6,4 +6,4 @@ runs:
6
using: composite
7
steps:
8
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
9
- if: inputs.env == 'py39' && runner.os == 'Linux'
+ if: inputs.env == 'py310' && runner.os == 'Linux'
0 commit comments