Skip to content

Commit

Permalink
ci: test extras in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Nov 22, 2023
1 parent d7e3c6a commit f823b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.12"]
extras: ["", "[perf]"]

runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +27,7 @@ jobs:

- name: Install package with pip
run: |
pip install -e .
pip install -e .${{ matrix.extras }}
- name: Install test dependencies
run: |
Expand Down

0 comments on commit f823b8d

Please sign in to comment.