Skip to content

Commit f4e7b57

Browse files
committed
actions should use packages specified in lock file
1 parent 2c43a5e commit f4e7b57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/normalize_repos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
python -m pip install pipenv
2222
cd normalize_repos
23-
pipenv install
23+
pipenv sync
2424
- name: Export token to env and run normalize script
2525
run: |
2626
cd normalize_repos

.github/workflows/push_data_to_ccos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
python -m pip install pipenv
2121
cd push_data_to_ccos
22-
pipenv install
22+
pipenv sync
2323
- name: Export token to env and run script
2424
run: |
2525
cd push_data_to_ccos

.github/workflows/sync_community_team.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
python -m pip install pipenv
2121
cd sync_community_team
22-
pipenv install
22+
pipenv sync
2323
- name: Export token to env and run script
2424
run: |
2525
cd sync_community_team

0 commit comments

Comments
 (0)