Skip to content

Commit

Permalink
ci: slim down test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Jun 1, 2023
1 parent cd43973 commit 3c2c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- run: pip install ".[dev]"
- run: pip install ".[test]"
- run: pytest --doctest-modules

0 comments on commit 3c2c6d6

Please sign in to comment.