diff options
author | Andrii Andrieiev <a.andrieiev@sentrium.io> | 2023-11-08 00:35:14 +0200 |
---|---|---|
committer | Andrii Andrieiev <a.andrieiev@sentrium.io> | 2023-11-08 00:35:14 +0200 |
commit | 561eb194e04e4c428262ce992e91ec9c159a3ce0 (patch) | |
tree | f140dcb306a430a780e2a4c1649981137208edcd /.github/workflows | |
parent | 8a1d41b7f169a23112840e61e8f8da6182146a15 (diff) | |
download | vyos-documentation-561eb194e04e4c428262ce992e91ec9c159a3ce0.tar.gz vyos-documentation-561eb194e04e4c428262ce992e91ec9c159a3ce0.zip |
Fixed lxml build (Python 3.12 issue)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update-translations.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 3d70a6de..f1ff4ba1 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -13,9 +13,9 @@ jobs: uses: actions/checkout@v3 - name: Set Up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: 3.11.x - name: install lxml dependencies run: | |