Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Removed extra dependendencies when testing.
  • Loading branch information
erdiari authored Nov 28, 2024
1 parent 40fc3b7 commit 2653811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt update
sudo apt -y install swig3.0
python -m pip install --upgrade pip setuptools wheel pytest
pip install '.[extras,develop]'
pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit 2653811

Please sign in to comment.