Skip to content

Commit fde158c

Browse files
committed
Fix actions
1 parent a548c8a commit fde158c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
pip install --upgrade pip
18-
uv pip install '.[dev]'
18+
uv pip install -e '.[dev]'
1919
uv pip install coverage coveralls
2020
- name: Test with pytest
2121
run: |
@@ -39,7 +39,6 @@ jobs:
3939
curl -LsSf https://astral.sh/uv/install.sh | sh
4040
- name: Build the package
4141
run: |
42-
pip install --upgrade pip
4342
uv pip install build
4443
python -m build --sdist
4544
- name: Install the package

0 commit comments

Comments
 (0)