Skip to content

Commit 407ff87

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Install dependencies
1111
command: |
1212
python -m pip install --upgrade pip
13-
pip install curl_cffi
13+
pip install curl_cffi python-dotenv
1414
- run:
1515
name: Run Nodeseek signin
1616
command: |
@@ -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: |
@@ -40,7 +40,7 @@ jobs:
4040
name: Install dependencies
4141
command: |
4242
python -m pip install --upgrade pip
43-
pip install requests 2captcha-python
43+
pip install requests 2captcha-python python-dotenv
4444
- run:
4545
name: Run 1point3acres signin
4646
command: |

0 commit comments

Comments
 (0)