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 606bbcc commit 1ca1fb0Copy full SHA for 1ca1fb0
.github/workflows/application-metabase.yml
@@ -53,9 +53,10 @@ jobs:
53
architecture: x64
54
cache: "pip"
55
cache-dependency-path: |
56
- pyproject.toml
57
requirements.txt
58
- requirements-test.txt
+ application/metabase/pyproject.toml
+ application/metabase/requirements.txt
59
+ application/metabase/requirements-test.txt
60
61
- name: Install uv
62
uses: astral-sh/setup-uv@v7
.github/workflows/operation-compose-ssl.yml
@@ -52,15 +52,6 @@ jobs:
52
- name: Set up uv
- with:
- cache-dependency-glob: |
- requirements.txt
- enable-cache: true
- version: "latest"
-
- - name: Install utilities
- run: |
63
- uv pip install -r requirements.txt
64
65
- name: Validate operation/compose/ssl
66
run: |
0 commit comments