Skip to content

Commit c4fd72d

Browse files
committed
Merge pull request #1549 from PolicyEngine/dependabot/uv/pygments-2.20.0
2 parents 896b2be + 4e926bc commit c4fd72d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/code_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install JB
4949
run: uv pip install "jupyter-book>=2.0.0a0" --system
5050
- name: UV sync
51-
run: uv sync
51+
run: uv sync --extra dev
5252
- name: Run tests with coverage
5353
run: |
5454
# Only export token if non-empty (defensive against missing secrets)

.github/workflows/pr_code_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install policyengine
4949
run: uv pip install policyengine --system
5050
- name: UV sync
51-
run: uv sync
51+
run: uv sync --extra dev
5252
- name: Run tests with coverage
5353
run: |
5454
# Only export token if non-empty (avoids 'Bearer ' error for Dependabot PRs)

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)