Skip to content

Commit

Permalink
Update poetry installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartschen committed Aug 2, 2023
1 parent 4cb356f commit 4104cb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
- name: Install
run: |
curl -sSL https://install.python-poetry.org | python3 -
source $HOME/.local/bin
poetry install
- name: Test
run: |
source $HOME/.local/bin
poetry run pytest --runslow
deploy:
needs: test
Expand Down

0 comments on commit 4104cb0

Please sign in to comment.