Skip to content

Commit 7160eb9

Browse files
committed
fix: directory in GHA uv call
1 parent 85ba643 commit 7160eb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python_package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626

2727
- name: Test the library
2828
run: |
29-
uv run --locked poe check-all
30-
29+
uv run --directory divref --locked poe check-all

0 commit comments

Comments
 (0)