Skip to content

Commit

Permalink
Update ci_workflows.yml
Browse files Browse the repository at this point in the history
added -y argument to line 48
  • Loading branch information
m-dallas authored Mar 4, 2024
1 parent 5b577f2 commit 37da45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: '3.11'
- name: Install and build
run: |
sudo apt-get install libxml2-utils
sudo apt-get install -y libxml2-utils
python -m pip install --upgrade pip setuptools
python -m pip install -e .[test,all]
- name: Test with stable deps and coverage
Expand Down

0 comments on commit 37da45f

Please sign in to comment.