mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
Update config.yml
This commit is contained in:
parent
f0b3d14847
commit
36102658dc
@ -5,9 +5,6 @@ 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" }}
|
||||
@ -16,6 +13,8 @@ jobs:
|
||||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||
echo $CRYPTOGRAPHY_DONT_BUILD_RUST
|
||||
pip install -r gradio.egg-info/requires.txt
|
||||
pip install selenium==4.0.0a6.post2
|
||||
- save_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user