Skip to content

Commit 0d5b534

Browse files
authored
Update main.yml
1 parent ac88e0d commit 0d5b534

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
@@ -105,15 +105,15 @@ jobs:
105105
- name: Check lock file
106106
run: poetry check --lock
107107

108+
- name: Delete any stray venvs
109+
run: poetry env remove --all
110+
108111
- name: Install dependencies
109112
run: poetry install --with github-actions
110113

111114
# - name: Run mypy
112115
# run: poetry run mypy
113116

114-
- name: Delete any stray venvs
115-
run: poetry env remove --all
116-
117117
- name: Install Qt
118118
run: poetry run pip install --ignore-installed ${{ matrix.qt-version }}
119119

0 commit comments

Comments
 (0)