Skip to content

Commit 235d0e0

Browse files
committed
[Copilot] debug setuptools_scm
1 parent d1e9b23 commit 235d0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python --version
47-
uv pip install --system setuptools wheel build
47+
uv pip install --system setuptools wheel build setuptools_scm
4848
- name: Debug setuptools_scm for core
4949
run: |
5050
cd libs/core
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install dependencies
121121
run: |
122122
python --version
123-
uv pip install --system setuptools wheel build
123+
uv pip install --system setuptools wheel build setuptools_scm
124124
- name: Debug setuptools_scm for public health
125125
run: |
126126
cd libs/public_health

0 commit comments

Comments
 (0)