Skip to content

Commit 8551935

Browse files
author
Douglas Jones
committed
fix: install without blob extra in CI — vercel_blob requires Python >=3.10, CI tests 3.9
1 parent a8cc2ea commit 8551935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install package
28-
run: pip install -e ".[blob]"
28+
run: pip install -e "."
2929

3030
- name: Run test suite
3131
run: python3 -m pytest tests/ -q --tb=short

0 commit comments

Comments
 (0)