Skip to content

Commit fa089e3

Browse files
committed
chore: install expect for poetry publish step in CI
1 parent 3517aff commit fa089e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/on-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ jobs:
3434

3535
- name: Install poetry
3636
uses: abatilo/actions-poetry@v4
37-
37+
38+
- name: Install expect
39+
run: |
40+
sudo apt-get update && sudo apt-get install -y expect
41+
3842
- name: Setup a local virtual environment
3943
run: |
4044
poetry install --with dev
@@ -51,4 +55,4 @@ jobs:
5155
expect "Build anyway?"
5256
send "yes\r"
5357
expect eof
54-
'
58+
'

0 commit comments

Comments
 (0)