Skip to content

Commit 987b544

Browse files
committed
Add step to copy translations from scientific python translations repo
1 parent bc24e84 commit 987b544

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docbuild-and-upload.yml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
5151
run: sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
5252

53+
- name: Download translations
54+
run: |
55+
curl -L -O https://github.com/Scientific-Python-Translations/pandas-translations/archive/refs/heads/main.tar.gz | tar xz
56+
tar -xvf main.tar.gz
57+
rsync -av --delete pandas-translations-main/content web/pandas/
5358
- name: Test website
5459
run: python -m pytest web/
5560

0 commit comments

Comments
 (0)