Skip to content

Commit b196c43

Browse files
committed
Fix test CI
1 parent a41f819 commit b196c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install -r requirements-dev.txt
36+
pip install -e ".[dev]"
3737
- name: Test with pytest
3838
run: |
3939
pytest --log-cli-level=debug

script/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
pip install -e ".[dev]"
2+
uv pip install -e ".[dev]"

0 commit comments

Comments
 (0)