Skip to content

Commit

Permalink
Update tests.yml action to install kac
Browse files Browse the repository at this point in the history
  • Loading branch information
atwalsh committed Feb 11, 2021
1 parent fa5629d commit cbf5025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
- name: Install dependencies
run: poetry install --no-root
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Install kac library
run: poetry install --no-interaction
- name: Test with pytest
run: poetry run pytest

0 comments on commit cbf5025

Please sign in to comment.