Skip to content

Commit

Permalink
Debug CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Apr 14, 2024
1 parent 5a0aff5 commit adac900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
python-version: ${{ matrix.python_version }}
cache: "pip"
- name: Install dependencies
run: pip install ".[all]"
run: pip install ".[dev,polars,plotting]"
- name: Run pytests
run: python -m pytest --verbose tests

0 comments on commit adac900

Please sign in to comment.