Skip to content

Commit

Permalink
Python 3.6 -> Python 3.7 for TF runs (#14598)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored Dec 2, 2021
1 parent 50d909b commit e4c67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run_tests_torch_and_tf_all:
working_directory: ~/transformers
docker:
- image: circleci/python:3.6
- image: circleci/python:3.7
environment:
OMP_NUM_THREADS: 1
RUN_PT_TF_CROSS_TESTS: yes
Expand Down

0 comments on commit e4c67d6

Please sign in to comment.