Skip to content

Commit

Permalink
install test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Dec 16, 2023
1 parent d9600b2 commit a3d44b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: "3.x"
- name: Install package
run: python -m pip install .
run: python -m pip install ".[test]"
- name: Run smoke test
run: python -m pytest tests/smoke -ra

Expand Down

0 comments on commit a3d44b7

Please sign in to comment.