We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8b7b0 commit 4fe6ab4Copy full SHA for 4fe6ab4
2 files changed
.github/workflows/ci.yaml
@@ -21,6 +21,7 @@ jobs:
21
python -m pip install --upgrade pip
22
pip install flake8 pytest
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
+ pip install -e .
25
- name: Lint with flake8
26
run: |
27
# stop the build if there are Python syntax errors or undefined names
.gitignore
@@ -4,3 +4,4 @@
4
parser.out
5
parsetab.py
6
*.pyc
7
+/sifter.egg-info/
0 commit comments