Skip to content

Commit 68fb689

Browse files
authored
Update main.yml
1 parent d764bbe commit 68fb689

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
qt-version: pyside2
4545
- python-version: "3.14-dev"
4646
qt-version: pyside2
47-
# To be removed when pyqt6 supports this
48-
- python-version: "3.14-dev"
49-
qt-version: pyqt6
5047
# pyside6 and pyqt6 require python >=3.9
5148
- python-version: "3.8"
5249
qt-version: pyside6
@@ -114,6 +111,9 @@ jobs:
114111
# - name: Run mypy
115112
# run: poetry run mypy
116113

114+
- name: Delete any stray venvs
115+
run: poetry env info -p >/dev/null 2>&1 && poetry env remove python
116+
117117
- name: Install Qt
118118
run: poetry run pip install --ignore-installed ${{ matrix.qt-version }}
119119

0 commit comments

Comments
 (0)