Skip to content

Commit 1ca1fb0

Browse files
committed
CI: Trim and fix recipes around Python and uv
1 parent 606bbcc commit 1ca1fb0

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/application-metabase.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
architecture: x64
5454
cache: "pip"
5555
cache-dependency-path: |
56-
pyproject.toml
5756
requirements.txt
58-
requirements-test.txt
57+
application/metabase/pyproject.toml
58+
application/metabase/requirements.txt
59+
application/metabase/requirements-test.txt
5960
6061
- name: Install uv
6162
uses: astral-sh/setup-uv@v7

.github/workflows/operation-compose-ssl.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ jobs:
5252

5353
- name: Set up uv
5454
uses: astral-sh/setup-uv@v7
55-
with:
56-
cache-dependency-glob: |
57-
requirements.txt
58-
enable-cache: true
59-
version: "latest"
60-
61-
- name: Install utilities
62-
run: |
63-
uv pip install -r requirements.txt
6455

6556
- name: Validate operation/compose/ssl
6657
run: |

0 commit comments

Comments
 (0)