Skip to content

Commit

Permalink
Update tests gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Dec 7, 2024
1 parent 97a5323 commit ca8ec5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ jobs:
- {name: Python 3.10, python: '3.10'}
- {name: Python 3.11, python: '3.11'}
- {name: Python 3.12, python: '3.12'}
- {name: Python 3.13, python: '3.13-dev'}
- {name: Python 3.13, python: '3.13'}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install libxml2
if: startsWith(matrix.python, '3.13')
run: |
sudo apt-get install libxml2-dev libxslt-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit ca8ec5e

Please sign in to comment.