Skip to content

Commit

Permalink
correction for package names
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jul 12, 2024
1 parent 56ad81b commit 81d0174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: pip
- name: Install needed libraries
run: |
sudo apt-get install -y libxml2 libxslt
sudo apt-get install -y libxml2-dev libxslt-dev
- name: Install dependencies
run: |
pip install -e .
Expand Down

0 comments on commit 81d0174

Please sign in to comment.