Skip to content

Commit b941e98

Browse files
authored
troubleshooting gh action for signals sync (gdoc-->csv)
1 parent 5711322 commit b941e98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update_gdocs_data.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-pipd-
2323
- name: Install Dependencies
24-
run: pip install -r requirements.dev.txt
24+
run: |
25+
pip -V
26+
python -m pip install pip==22.0.2
27+
pip install -r requirements.dev.txt
2528
- name: Update Docs
2629
run: inv update-gdoc
2730
- name: Create pull request into dev

0 commit comments

Comments
 (0)