Skip to content

Commit

Permalink
Included poetry installation for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
mimisavage authored Oct 31, 2024
1 parent 6b76baf commit 8eeeb5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
poetry run pytest
- name: Install pytest for Shared
- name: Install dependencies for Data Handler
working-directory: ./apps/shared
run: |
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
pip install pytest
poetry lock --no-update
poetry install
- name: Run Tests for Shared
working-directory: ./apps/shared
run: |
echo "PATH=$HOME/.local/bin:$PATH" >> $GITHUB_ENV
pytest .
poetry run pytest

0 comments on commit 8eeeb5d

Please sign in to comment.