We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3732d8c commit e1732a4Copy full SHA for e1732a4
.github/workflows/pylint.yml
@@ -26,8 +26,6 @@ jobs:
26
with:
27
version: "latest"
28
python-version: ${{ matrix.python-version }}
29
- enable-cache: true
30
- cache-suffix: ${{ runner.os }}-${{ matrix.python-version }}
31
- name: Install dependencies
32
run: |
33
uv pip install --prerelease=allow "azure-cli>=2.65.0"
0 commit comments