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

This commit is contained in:
Lysandre Debut
2021-12-02 10:09:17 +01:00
committed by GitHub
parent 50d909be28
commit e4c67d60ec

View File

@@ -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