Skip to content

Commit 34b633d

Browse files
committed
Try to fix experimental CI
1 parent c4dbf6e commit 34b633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
# https://github.com/actions/python-versions/tags
7878
python-version: "3.15-dev"
7979
- uses: astral-sh/setup-uv@v7
80-
- run: uv run --with 'beautifulsoup4>=4.4.1,<5' python -X dev -W error example.py
80+
- run: uv run --no-group dev --with 'beautifulsoup4>=4.4.1,<5' python -X dev -W error example.py

0 commit comments

Comments
 (0)