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 069ad4b commit 7d1eab2Copy full SHA for 7d1eab2
.github/workflows/update_gdocs_data.yml
@@ -21,7 +21,7 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-pipd-
23
- name: Install Dependencies
24
- run: pip install -r requirements-dev.txt
+ run: pip install -r requirements.dev.txt
25
- name: Update Docs
26
run: inv update-gdoc
27
- name: Create pull request into dev
0 commit comments