Skip to content

Commit

Permalink
more updates to github action-2
Browse files Browse the repository at this point in the history
  • Loading branch information
obendidi committed Oct 26, 2021
1 parent 9cbc716 commit b0a8950
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
#----------------------------------------------
# install Finvestor
#----------------------------------------------
- name: Install Finvestor
run: poetry install --no-interaction
#----------------------------------------------
# run tests
#----------------------------------------------
- name: Run tests
Expand Down

0 comments on commit b0a8950

Please sign in to comment.