From e9c535392cfc2ede2d06d434932160a7e6574e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Thu, 19 Sep 2024 15:09:58 +0200 Subject: [PATCH] fix --- .github/actions/moshi_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/moshi_build/action.yml b/.github/actions/moshi_build/action.yml index fbabb0e..3a9e214 100755 --- a/.github/actions/moshi_build/action.yml +++ b/.github/actions/moshi_build/action.yml @@ -23,5 +23,5 @@ runs: shell: bash run: | source env/bin/activate - pre-commit install || ( echo "FAILED" && ls && ls env && ls -lht env/bin/ && file env/bin/python3 && exit 1 ) pip install -e './moshi[dev]' + pre-commit install