Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 11, 2024
1 parent e4ce3fb commit 7c30d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.7.2/requirements/uv.txt
- name: Python 3.14 dependencies for lxml
if: matrix.python-version == '3.14-dev' && runner.os == 'ubuntu-24.04'
if: matrix.python-version == '3.14-dev' && matrix.os == 'ubuntu-24.04'
run: |
sudo apt --quiet --yes install libxml2-dev libxslt1-dev
- name: Install project
Expand Down

0 comments on commit 7c30d33

Please sign in to comment.