We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc24e84 commit 987b544Copy full SHA for 987b544
.github/workflows/docbuild-and-upload.yml
@@ -50,6 +50,11 @@ jobs:
50
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions-azure-pipelines-travis-ci-and-gitlab-ci-cd
51
run: sudo apt-get update && sudo apt-get install -y libegl1 libopengl0
52
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/
58
- name: Test website
59
run: python -m pytest web/
60
0 commit comments