Skip to content

Commit

Permalink
Run CI without dev and docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 7, 2024
1 parent e4d0300 commit abcc204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'poetry'

- name: Install Dependencies
run: poetry install
run: poetry install --without dev,docs

- name: Run Tests (Pure Python with coverage)
run: poetry run pytest --cov=iscc_core --cov-report=xml -q tests
Expand Down

0 comments on commit abcc204

Please sign in to comment.