We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50580d commit c61a127Copy full SHA for c61a127
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
needs: [pre-commit]
39
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
40
with:
41
+ toxdeps: '"tox\<4.42"'
42
submodules: false
43
# Any env name which does not start with `pyXY` will use this Python version.
44
default_python: '3.10'
0 commit comments