File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
python -m pip install --upgrade pip
21
21
python -m pip install pipenv
22
22
cd normalize_repos
23
- pipenv install
23
+ pipenv sync
24
24
- name : Export token to env and run normalize script
25
25
run : |
26
26
cd normalize_repos
Original file line number Diff line number Diff line change 19
19
python -m pip install --upgrade pip
20
20
python -m pip install pipenv
21
21
cd push_data_to_ccos
22
- pipenv install
22
+ pipenv sync
23
23
- name : Export token to env and run script
24
24
run : |
25
25
cd push_data_to_ccos
Original file line number Diff line number Diff line change 19
19
python -m pip install --upgrade pip
20
20
python -m pip install pipenv
21
21
cd sync_community_team
22
- pipenv install
22
+ pipenv sync
23
23
- name : Export token to env and run script
24
24
run : |
25
25
cd sync_community_team
You can’t perform that action at this time.
0 commit comments