Skip to content

Commit 98adc37

Browse files
committed
Install dependencies
1 parent cad5a40 commit 98adc37

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/sync.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ jobs:
134134
ref: ${{ env.PYDOC_VERSION }}
135135
path: ${{ env.PYDOC_LANG_DIR }}
136136

137+
- uses: actions/setup-python@v6
138+
with:
139+
python-version: ${{ inputs.version }}
140+
allow-prereleases: true
141+
cache: 'pip'
142+
pip-install: -r requirements.txt
143+
137144
- name: Download translation artifacts
138145
uses: actions/download-artifact@v8
139146
with:

0 commit comments

Comments
 (0)