Fix get_number func

fixes #225
This commit is contained in:
68cdrBxM8YdoJ
2020-04-25 14:52:19 +09:00
parent 42591d8cda
commit ed45c70e58
3 changed files with 55 additions and 22 deletions

View File

@@ -28,6 +28,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test number_perser.get_number
run: |
python number_parser.py -v
# - name: Show cloudsraper package location
# run: |
# python -c 'import cloudscraper as _; print(_.__path__)'