Skip to content

Commit

Permalink
Install zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 13, 2023
1 parent eb8dba0 commit b862ecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
run: |
pip install poetry==${{ env.POETRY_VERSION }}
- name: Install zsh
run: |
apt-get update
apt-get install zsh
- name: Install packages
run: |
poetry install
Expand Down

0 comments on commit b862ecc

Please sign in to comment.