Skip to content

Commit 7c8a73b

Browse files
committed
remove old tests
1 parent c4d171d commit 7c8a73b

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -101,33 +101,9 @@ jobs:
101101
path: ./.coverage*
102102
include-hidden-files: true
103103

104-
test-min-reqs:
105-
name: Test min reqs
106-
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v2
107-
with:
108-
os: ubuntu-latest
109-
python-version: ${{ matrix.python-version }}
110-
qt: pyqt5
111-
pip-install-min-reqs: true
112-
coverage-upload: artifact
113-
strategy:
114-
fail-fast: false
115-
matrix:
116-
python-version: ["3.9", "3.10", "3.11"]
117-
118-
test-pydantic1:
119-
name: Test pydantic 1
120-
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v2
121-
with:
122-
os: ubuntu-latest
123-
python-version: 3.11
124-
qt: pyqt6
125-
pip-post-installs: '"pydantic<2"'
126-
coverage-upload: artifact
127-
128104
upload_coverage:
129105
if: always()
130-
needs: [test, test-min-reqs, test-pydantic1]
106+
needs: [test]
131107
uses: pyapp-kit/workflows/.github/workflows/upload-coverage.yml@v2
132108
secrets: inherit
133109

0 commit comments

Comments
 (0)