Skip to content

Commit

Permalink
fix: wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwtennis committed Dec 9, 2023
1 parent 3577917 commit 0d95431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drive_to_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
cd household_expenses/publish/drive_to_es/
sudo apt update && sudo apt install -y pipx && \
pipx install poetry && \
poetry install && \
cd household_expenses/publish/drive_to_es/
poetry install
make test
make lint
make static-type-check

0 comments on commit 0d95431

Please sign in to comment.