Skip to content

Commit

Permalink
proper testing install
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Apr 14, 2024
1 parent 66a0c5b commit dc90d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: ${{ env.POETRY_VERSION }}
- name: Install deps
shell: bash
run: pip install -e .
run: poetry install --with dev
- name: Run testing
env:
CI: true
Expand Down

0 comments on commit dc90d76

Please sign in to comment.