Merge branch 'main' into dev

This commit is contained in:
Hongzuo Xu 2022-12-01 14:18:28 +08:00 committed by GitHub
commit 98b339d747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -2,13 +2,16 @@ language: python
dist: xenial dist: xenial
python: python:
- "3.6" # - "3.6"
- "3.7" # - "3.7"
- "3.8" - "3.8"
- "3.9" - "3.9"
install: install:
- pip install --upgrade pip - pip install --upgrade pip
- pip list
- pip install importlib-metadata>=4.0.0
- pip install setuptools>=49.6.0
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements_ci.yml - pip install -r requirements_ci.yml

View File

@ -2,4 +2,5 @@ pytest==5.2.1
pytest-cov==2.10.0 pytest-cov==2.10.0
coveralls==2.1.1 coveralls==2.1.1
setuptools>=49.6.0 setuptools>=49.6.0
tqdm>=4.62.3 tqdm>=4.62.3