Skip to content

Commit fc98e93

Browse files
committed
add three extractors
1 parent 9b63678 commit fc98e93

12 files changed

Lines changed: 3803 additions & 208 deletions

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install -e .
38-
pip install -r requirements.txt
38+
pip install --ignore-requires-python -r requirements.txt
3939
pip install pytest pytest-cov pytest-xdist coverage
4040
4141
- name: Install optional dependencies (ignore failures)

0 commit comments

Comments
 (0)