Skip to content

Commit

Permalink
use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 2, 2024
1 parent e1732a4 commit 0a7823f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
uv venv --seed ~/test-env
export VIRTUAL_ENV=~/test-env
uv pip install --prerelease=allow "azure-cli>=2.65.0"
uv pip install ".[all]"
uv pip install pylint==2.14.5
Expand Down

0 comments on commit 0a7823f

Please sign in to comment.