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 f17fd46 commit b02f5f3Copy full SHA for b02f5f3
1 file changed
.github/workflows/testing.yml
@@ -70,16 +70,4 @@ jobs:
70
cd mpcontribs-lux
71
python${{ matrix.python-version }} -m pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
72
python${{ matrix.python-version }} -m pip install -e .
73
- python${{ matrix.python-version }} -m pytest -n auto -x --cov=mpcontribs/lux --cov-report=xml
74
-
75
76
- auto-gen-release:
77
- needs:
78
- - test
79
- runs-on: ubuntu-latest
80
- env:
81
- GITHUB_TOKEN: ${{ secrets.PAT }}
82
- steps:
83
- - uses: rymndhng/release-on-push-action@v0.28.0
84
- with:
85
- bump_version_scheme: norelease
+ python${{ matrix.python-version }} -m pytest -n auto -x --cov=mpcontribs/lux --cov-report=xml
0 commit comments