File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments