Skip to content

Commit

Permalink
troubleshooting gh action for signals sync (gdoc-->csv)
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 authored Jul 25, 2024
1 parent 5711322 commit b941e98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_gdocs_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pipd-
- name: Install Dependencies
run: pip install -r requirements.dev.txt
run: |
pip -V
python -m pip install pip==22.0.2
pip install -r requirements.dev.txt
- name: Update Docs
run: inv update-gdoc
- name: Create pull request into dev
Expand Down

0 comments on commit b941e98

Please sign in to comment.