Skip to content

Commit

Permalink
run tests with 'test' dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Feb 29, 2024
1 parent 525dce2 commit 011e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt update
sudo apt-get install -y libxml2-dev libxmlsec1-dev
python -m pip install --upgrade pip
pip install .
pip install .[test]
- name: Run tests
run: |
Expand Down

0 comments on commit 011e648

Please sign in to comment.