Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 602842b

Browse files
committed
Update config.yml
1 parent c0abbc2 commit 602842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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:

0 commit comments

Comments
 (0)