There was an error while loading. Please reload this page.
1 parent b409803 commit 2d3e77dCopy full SHA for 2d3e77d
1 file changed
.github/workflows/Test.yml
@@ -82,16 +82,6 @@ jobs:
82
click-to-expand: true
83
report-title: 'Test Report'
84
85
- - name: Run pytest based on v4.0.0 compatibility layer
86
- uses: pavelzw/pytest-action@v2
87
- with:
88
- verbose: true
89
- emoji: true
90
- job-summary: true
91
- custom-arguments: '-v ${{ inputs.pytest_args }} ./tests_v400'
92
- click-to-expand: true
93
- report-title: 'Test Report (v4.0.0 compatibility layer)'
94
-
95
Publish:
96
name: Publish to PyPI
97
runs-on: ${{ matrix.os }}
0 commit comments