Skip to content

Commit

Permalink
testing poetry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Nov 21, 2023
1 parent b97ebf6 commit 708a62c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
env:
IDEAS_PAT: ${{secrets.IDEAS_PAT}}

- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.3.1

- name: run unit tests
run: |
pip install -e .
pip install pytest coverage
echo ${{ secrets.IDEAS_PAT }}
pip install git+https://${{ secrets.IDEAS_PAT }}@github.com/inscopix/ideas-data.git
pytest -s
poetry install --with test
make test
code_format:
Expand Down

0 comments on commit 708a62c

Please sign in to comment.