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 5d0b718 commit 5275f24Copy full SHA for 5275f24
.github/workflows/nightly.yml
@@ -35,11 +35,14 @@ jobs:
35
uses: astral-sh/setup-uv@v6
36
with:
37
cache-dependency-glob: |
38
- setup.py
+ pyproject.toml
39
cache-suffix: ${{ matrix.python-version }}
40
enable-cache: true
41
version: "latest"
42
43
+ - name: Setup env
44
+ run: uv sync
45
+
46
- name: Invoke tests
47
run: |
48
.github/workflows/tests.yml
@@ -49,11 +49,15 @@ jobs:
49
- name: Set up uv
50
51
52
+ cache-dependency-glob: |
53
54
55
56
57
58
- name: Setup env
59
run: uv sync
60
61
62
63
0 commit comments