We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac88e0d commit 0d5b534Copy full SHA for 0d5b534
1 file changed
.github/workflows/main.yml
@@ -105,15 +105,15 @@ jobs:
105
- name: Check lock file
106
run: poetry check --lock
107
108
+ - name: Delete any stray venvs
109
+ run: poetry env remove --all
110
+
111
- name: Install dependencies
112
run: poetry install --with github-actions
113
114
# - name: Run mypy
115
# run: poetry run mypy
116
- - name: Delete any stray venvs
- run: poetry env remove --all
-
117
- name: Install Qt
118
run: poetry run pip install --ignore-installed ${{ matrix.qt-version }}
119
0 commit comments