🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 85a7f15

Browse files
committed
Update config.yml
1 parent dc9b414 commit 85a7f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
name: Install 7z, unrar
4545
command: |
4646
sudo apt-get install -y p7zip-full
47-
47+
4848
- run:
4949
name: install dependencies
5050
command: |
5151
python3 -m venv venv
5252
. venv/bin/activate
53-
python3 -m pip install -r requirements
53+
python3 -m pip install -r requirements.txt
5454
5555
- save_cache:
5656
paths:
@@ -63,7 +63,7 @@ jobs:
6363
. venv/bin/activate
6464
export DOTNET_CLI_TELEMETRY_OPTOUT=1
6565
python3 setup.py build_dotnet
66-
python3 setup.py build_wheel
66+
python3 setup.py bdist_wheel
6767
python3 setup.py develop
6868
6969
- run:

0 commit comments

Comments
 (0)