We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b249ed9 commit b0cced6Copy full SHA for b0cced6
.github/workflows/cicd-main.yml
@@ -45,13 +45,12 @@ jobs:
45
- name: Set up UV
46
uses: astral-sh/setup-uv@v1
47
with:
48
- version: 0.7.2
+ version: 0.8.22
49
- name: Install ruff
50
env:
51
UV_PROJECT_ENVIRONMENT: ./venv
52
run: |
53
- uv venv ${UV_PROJECT_ENVIRONMENT} --system-site-packages
54
- source ./venv/bin/activate
+ uv venv ${UV_PROJECT_ENVIRONMENT}
55
56
export PATH="./bin/:$PATH"
57
@@ -81,8 +80,7 @@ jobs:
81
80
82
83
84
85
86
87
88
0 commit comments