We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea8cee commit 407ff87Copy full SHA for 407ff87
1 file changed
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Install dependencies
11
command: |
12
python -m pip install --upgrade pip
13
- pip install curl_cffi
+ pip install curl_cffi python-dotenv
14
- run:
15
name: Run Nodeseek signin
16
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
name: Run V2EX signin
31
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
- pip install requests 2captcha-python
+ pip install requests 2captcha-python python-dotenv
44
45
name: Run 1point3acres signin
46
0 commit comments