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 f186634 commit 4cb356f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Install
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
source $HOME/.local/bin
poetry install
- name: Test
run: |
export PATH="$HOME/.local/bin:$PATH"
source $HOME/.local/bin
poetry run pytest --runslow
deploy:
needs: test
Expand Down

0 comments on commit 4cb356f

Please sign in to comment.