Skip to content

Commit

Permalink
Generate package with cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-larosa authored Aug 15, 2024
1 parent a2e04ab commit 2e84096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry install --with cpu
- name: Run tests
run: poetry run pytest

Expand Down

0 comments on commit 2e84096

Please sign in to comment.