Skip to content

Commit

Permalink
Install Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 24, 2024
1 parent b4dbd57 commit ef4c00f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4

- name: Install Dependencies
run: pip install .

- name: Install PyTest
run: pip install pytest

Expand Down

0 comments on commit ef4c00f

Please sign in to comment.