We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efd50e commit 6ad6301Copy full SHA for 6ad6301
.github/workflows/release.yml
@@ -155,6 +155,7 @@ jobs:
155
pyproject.toml
156
- name: Install `pyavd-utils` from test Pypi
157
run: |-
158
+ pip install --upgrade "pip>=25.1.0"
159
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
160
- name: Run tests
161
0 commit comments