Skip to content

Commit 99b96d6

Browse files
committed
fix: add python-dotenv dependency to cicd
1 parent 8ea8cee commit 99b96d6

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
@@ -25,7 +25,7 @@ jobs:
2525
name: Install dependencies
2626
command: |
2727
python -m pip install --upgrade pip
28-
pip install curl_cffi
28+
pip install curl_cffi python-dotenv
2929
- run:
3030
name: Run V2EX signin
3131
command: |

0 commit comments

Comments
 (0)