We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5711322 commit b941e98Copy full SHA for b941e98
.github/workflows/update_gdocs_data.yml
@@ -21,7 +21,10 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-pipd-
23
- name: Install Dependencies
24
- run: pip install -r requirements.dev.txt
+ run: |
25
+ pip -V
26
+ python -m pip install pip==22.0.2
27
+ pip install -r requirements.dev.txt
28
- name: Update Docs
29
run: inv update-gdoc
30
- name: Create pull request into dev
0 commit comments