Skip to content

Commit

Permalink
fix: dont use shell where there is no tty
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwtennis committed Dec 9, 2023
1 parent 6cd53f5 commit 1c9dac9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/drive_to_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ jobs:
sudo apt update && sudo apt install -y pipx && \
pipx install poetry && \
poetry install
poetry shell
make test
make lint
make static-type-check
poetry run make test lint static-type-check

0 comments on commit 1c9dac9

Please sign in to comment.