Skip to content

Commit

Permalink
Fixes github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed May 8, 2024
1 parent dc0a0e6 commit 5d4604f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hamilton-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backend Test Workflow
name: SDK Test Workflow

on:
push:
Expand All @@ -13,7 +13,7 @@ on:


jobs:
unit-test:
sdk-unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -31,6 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Run unit tests
run: |
pytest tests/

0 comments on commit 5d4604f

Please sign in to comment.