Make quality scripts work when one backend is missing. (#11573)

* Make quality scripts work when one backend is missing.

* Check env variable is properly set

* Add default

* With print statements

* Fix typo

* Set env variable

* Remove debug code
This commit is contained in:
Sylvain Gugger
2021-05-04 09:53:44 -04:00
committed by GitHub
parent 09b0bcfea9
commit 2ce0fb84cc
2 changed files with 38 additions and 9 deletions

View File

@@ -391,6 +391,8 @@ jobs:
docker:
- image: circleci/python:3.6
resource_class: medium
environment:
TRANSFORMERS_IS_CI: yes
parallelism: 1
steps:
- checkout