Skip to content

Commit

Permalink
ci: install Poetry in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 23, 2024
1 parent d561e6e commit b60be29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
cache: poetry
python-version: 3.8

- name: Write .env file
run: |
echo "SLACK_API_TOKEN=${{ secrets.SLACK_API_TOKEN }}
Expand Down

0 comments on commit b60be29

Please sign in to comment.