Skip to content

Commit 6ad6301

Browse files
authored
CI: Fix release workflow (#19)
1 parent 0efd50e commit 6ad6301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
pyproject.toml
156156
- name: Install `pyavd-utils` from test Pypi
157157
run: |-
158+
pip install --upgrade "pip>=25.1.0"
158159
pip install -i https://test.pypi.org/simple/ "pyavd-utils==${{ needs.target_version.outputs.target_version }}" --group pytest --extra-index-url https://pypi.org/simple
159160
- name: Run tests
160161
run: |-

0 commit comments

Comments
 (0)