We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abbe74 commit ccbf94cCopy full SHA for ccbf94c
1 file changed
.github/workflows/Test.yml
@@ -77,16 +77,6 @@ jobs:
77
click-to-expand: true
78
report-title: 'Test Report'
79
80
- - name: Run pytest based on v4.0.0 compatibility layer
81
- uses: pavelzw/pytest-action@v2
82
- with:
83
- verbose: true
84
- emoji: true
85
- job-summary: true
86
- custom-arguments: '-v ./tests_v400'
87
- click-to-expand: true
88
- report-title: 'Test Report (v4.0.0 compatibility layer)'
89
-
90
Publish:
91
name: Publish to PyPI
92
runs-on: ${{ matrix.os }}
0 commit comments