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 48f6b2d commit b8ad631Copy full SHA for b8ad631
.github/workflows/runtests.yml
@@ -21,8 +21,3 @@ jobs:
21
- uses: wntrblm/[email protected]
22
with:
23
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12"
24
- - uses: actions/checkout@v4
25
- - run: git config --global user.name runtest
26
- - run: git config --global user.email runtest@localhost
27
- - run: git config --global init.defaultBranch main
28
- - run: nox --non-interactive --error-on-missing-interpreter --session runtests
0 commit comments