We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428a4ef commit b2b5e12Copy full SHA for b2b5e12
1 file changed
.github/workflows/tests.yml
@@ -77,25 +77,6 @@ jobs:
77
- name: Run pytest
78
run: pytest --durations=10
79
80
- coverage:
81
- needs: [tests]
82
- runs-on: ubuntu-latest
83
-
84
- steps:
85
- - uses: actions/checkout@v6
86
- - name: Set up Python ${{ matrix.python-version }}
87
- uses: actions/setup-python@v6
88
- with:
89
- python-version: "3.11"
90
- cache: pip
91
- - name: Install dependencies
92
- run: |
93
- pip install -e .[testing]
94
- pip freeze
95
96
- - name: Run pytest
97
- run: pytest --durations=10
98
99
publish:
100
101
name: Publish to PyPi
0 commit comments