mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
Update config.yml
This commit is contained in:
parent
f0d62fb612
commit
6c297bad78
@ -5,6 +5,9 @@ jobs:
|
||||
- image: circleci/python:3.7.2-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Avoid Rust build for Cryptography
|
||||
command: CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||
- run: mkdir test-reports
|
||||
- restore_cache:
|
||||
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||
@ -30,4 +33,4 @@ jobs:
|
||||
path: /home/circleci/project/test/tmp
|
||||
destination: screenshots
|
||||
- store_test_results:
|
||||
path: test-reports/
|
||||
path: test-reports/
|
||||
|
Loading…
Reference in New Issue
Block a user