Skip to content

Commit 5c65199

Browse files
author
Rudy Puig
committed
chore: fix workflow installation (doh)
1 parent 5026b36 commit 5c65199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install '.[dev,test]'
25+
python -m pip install -e '.[dev,test]'
2626
- name: Run linting
2727
run: |
2828
python -m ruff check -q --diff --output-format=full .

0 commit comments

Comments
 (0)