We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56f3cf + 20a152c commit 4f88e6eCopy full SHA for 4f88e6e
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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
+ uses: astral-sh/setup-uv@a02a550bdd3185dba2ebb6aa98d77047ce54ad21 # v6.2.1
36
- name: Install dependencies, Lint with flake8, Test with pytest
37
run: |
38
sudo apt-get install python3-poetry-plugin-export
0 commit comments