We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a864d + a37dffe commit a0dab9aCopy full SHA for a0dab9a
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@05273c154d09957eb9a2377d9c988fbda431d1c5 # v6.4.0
+ uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.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