Skip to content

Commit 640fd7f

Browse files
committed
Set action to install with -e flag.
1 parent 7bf43d4 commit 640fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install pytest pytest-cov beautifulsoup4
23-
pip install ./
23+
pip install -e ./
2424
- name: run-tests
2525
run: |
2626
pytest --cov=src/pyluach tests/

0 commit comments

Comments
 (0)