Unverified Commit e4c67d60 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Python 3.6 -> Python 3.7 for TF runs (#14598)

parent 50d909be
...@@ -102,7 +102,7 @@ jobs: ...@@ -102,7 +102,7 @@ jobs:
run_tests_torch_and_tf_all: run_tests_torch_and_tf_all:
working_directory: ~/transformers working_directory: ~/transformers
docker: docker:
- image: circleci/python:3.6 - image: circleci/python:3.7
environment: environment:
OMP_NUM_THREADS: 1 OMP_NUM_THREADS: 1
RUN_PT_TF_CROSS_TESTS: yes RUN_PT_TF_CROSS_TESTS: yes
......
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