We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8520d86 + 6824fc0 commit d41c9b3Copy full SHA for d41c9b3
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@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
+ uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5.4.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