Skip to content

Commit 3c5928d

Browse files
authored
Merge pull request #16 from pekopoke/dev
add three extractors
2 parents e712282 + 931e6dd commit 3c5928d

12 files changed

Lines changed: 3805 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)