Skip to content

Commit

Permalink
attempt testing as part of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tscholak committed Oct 19, 2024
1 parent e43a164 commit 617f463
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
python-version: '3.12'

- name: Install dependencies
run: pip install -e .
run: |
pip install -e .
pip install pytest
- name: Run tests
run: pytest .
Expand Down

0 comments on commit 617f463

Please sign in to comment.