Skip to content

Commit

Permalink
fix: wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwtennis committed Dec 9, 2023
1 parent 36d8298 commit ffb32db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/drive_to_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit ffb32db

Please sign in to comment.