Skip to content

Commit 4fe6ab4

Browse files
committed
Install the package before running tests
1 parent 3e8b7b0 commit 4fe6ab4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
python -m pip install --upgrade pip
2222
pip install flake8 pytest
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24+
pip install -e .
2425
- name: Lint with flake8
2526
run: |
2627
# stop the build if there are Python syntax errors or undefined names

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
parser.out
55
parsetab.py
66
*.pyc
7+
/sifter.egg-info/

0 commit comments

Comments
 (0)