Remove the beta block.

This commit is contained in:
Andrey Rakhmatullin 2024-10-08 15:43:17 +05:00
parent df6c51af0f
commit 29bb869284
1 changed files with 0 additions and 6 deletions

View File

@ -36,12 +36,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system libraries
if: contains(matrix.python-version, 'beta')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
- name: Run check
env: ${{ matrix.env }}
run: |