From ffb32db59f778efb1da2f0a55dc5bcaf58f26c49 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 9 Dec 2023 18:25:07 +0900 Subject: [PATCH] fix: wrong syntax --- .github/workflows/drive_to_es.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/drive_to_es.yml b/.github/workflows/drive_to_es.yml index 957b3e5..16840bd 100644 --- a/.github/workflows/drive_to_es.yml +++ b/.github/workflows/drive_to_es.yml @@ -3,6 +3,10 @@ name: CI/CD for drive_to_es +run-name: ${{ github.actor }} is running deployment workflow + +on: [push] + jobs: test: runs-on: ubuntu-latest @@ -18,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Test run: | - apt install pipx && \ + apt install -y pipx && \ pipx install poetry && \ poetry install && \ cd household_expenses/publish/drive_to_es/