Skip to content

Commit ef08a4a

Browse files
committed
fix tests
Signed-off-by: Albert Callarisa <[email protected]>
1 parent f9e2bf5 commit ef08a4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest
3232
pip install -r requirements.txt
33+
pip install -e .
3334
- name: Lint with flake8
3435
run: |
3536
flake8 . --count --show-source --statistics --exit-zero
@@ -70,4 +71,4 @@ jobs:
7071
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_PASS }}
7172
run: |
7273
python -m build
73-
twine upload dist/*
74+
twine upload dist/*

0 commit comments

Comments
 (0)