fix:修改action 添加env
Some checks failed
Python application test / build (pull_request) Failing after 10m36s
Some checks failed
Python application test / build (pull_request) Failing after 10m36s
This commit is contained in:
parent
54419f9b53
commit
9e6b13d80e
3
.github/workflows/python-tests.yml
vendored
3
.github/workflows/python-tests.yml
vendored
@ -16,3 +16,6 @@ jobs:
|
||||
run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
- name: Run tests
|
||||
run: python -m unittest discover -s tests
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
http_proxy: http://192.168.1.3:10809
|
||||
|
Loading…
x
Reference in New Issue
Block a user