Skip to content

Commit f0e4e68

Browse files
committed
just drop miniconda testing for now, more important to get something out for everyone else
#116
1 parent 8ff59ff commit f0e4e68

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,12 @@ jobs:
182182
action: '3.11'
183183
docker: '3.11'
184184
matrix: '3.11'
185-
- name: Miniconda
186-
tox: py310
187-
action: miniconda3
188-
docker: miniconda3
189-
matrix: miniconda3
185+
# https://github.com/altendky/pyqt-tools/issues/116
186+
# - name: Miniconda
187+
# tox: py310
188+
# action: miniconda3
189+
# docker: miniconda3
190+
# matrix: miniconda3
190191
qt:
191192
- name: 5.15.9
192193
pyqt_version: 5.15.9

0 commit comments

Comments
 (0)