We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 539fb91 + ef0260b commit cc92868Copy full SHA for cc92868
1 file changed
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install uv
35
- uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
+ uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
36
- name: Install dependencies, Lint with flake8, Test with pytest
37
run: |
38
sudo apt-get install python3-poetry-plugin-export
0 commit comments