"...resources/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "695b3579940e03be71c7228043cd33e70e6d098a"
Commit 8a688182 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Run some tests on Python 3.7.

This will improve version coverage.
parent 7a865821
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
run_tests_torch: run_tests_torch:
working_directory: ~/transformers working_directory: ~/transformers
docker: docker:
- image: circleci/python:3.5 - image: circleci/python:3.7
environment: environment:
OMP_NUM_THREADS: 1 OMP_NUM_THREADS: 1
resource_class: xlarge resource_class: xlarge
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
run_tests_tf: run_tests_tf:
working_directory: ~/transformers working_directory: ~/transformers
docker: docker:
- image: circleci/python:3.5 - image: circleci/python:3.7
environment: environment:
OMP_NUM_THREADS: 1 OMP_NUM_THREADS: 1
resource_class: xlarge resource_class: xlarge
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment