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 c91c5e3 commit 6457abfCopy full SHA for 6457abf
.github/workflows/lint-test.yaml
@@ -11,10 +11,15 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
14
- - name: Install Python Dependencies
15
- uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
+ - name: Install uv
+ uses: astral-sh/setup-uv@v6
16
with:
17
- python_version: '3.11'
+ enable-cache: true
18
+ cache-dependency-glob: "uv.lock"
19
+ activate-environment: true
20
+
21
+ - name: Install dependencies
22
+ run: uv sync --frozen --group lint --group test
23
24
# Start the database early to give it a chance to get ready before
25
# we start running tests.
0 commit comments