Skip to content

Commit 08c4350

Browse files
committed
Modify Docker CI for uv workspace
1 parent fd99eb3 commit 08c4350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
4848
4949
- name: Export requirements.txt file
50-
run: uv export --all-extras --format requirements-txt --no-hashes --no-editable --no-dev --no-emit-project > requirements.txt
50+
run: uv export --all-packages --all-extras --format requirements-txt --no-hashes --no-editable --no-default-groups --no-emit-workspace > requirements.txt
5151

5252
- name: Set up QEMU
5353
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)