Skip to content

Commit

Permalink
Merge pull request #1503 from cmu-delphi/signals_sync_action_fix
Browse files Browse the repository at this point in the history
Troubleshooting & [hackily] fixing GH action for signals sync (gdoc-->csv)
  • Loading branch information
melange396 authored Jul 25, 2024
2 parents 5711322 + b941e98 commit af96e25
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 af96e25

Please sign in to comment.