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 1a2900a commit c52cf31Copy full SHA for c52cf31
.github/workflows/pr.yaml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
python-version: '3.12'
47
- name: Install uv
48
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
49
- name: Install python dependencies
50
run: |
51
python -m venv .venv
@@ -81,7 +81,7 @@ jobs:
81
82
python-version: '3.10'
83
84
85
- name: Install SQLMesh dev dependencies
86
87
uv venv .venv
.github/workflows/private-repo-test.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- name: Set up Node.js for UI build
31
uses: actions/setup-node@v4
32
0 commit comments