From e9fb7533d8a6c5cdee2adf32fec847cfb6cfd24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Wed, 18 Sep 2024 14:43:11 +0200 Subject: [PATCH] more debug --- .github/actions/moshi_build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/moshi_build/action.yml b/.github/actions/moshi_build/action.yml index 16bee44..08c09e2 100755 --- a/.github/actions/moshi_build/action.yml +++ b/.github/actions/moshi_build/action.yml @@ -22,6 +22,6 @@ runs: - name: Setup env shell: bash run: | - source env/bin/activate || ( echo "FAILED" && ls && ls env && exit 1) - pre-commit install + source env/bin/activate + pre-commit install || ( echo "FAILED" && ls && ls env && ls env/bin/ && exit 1 ) pip install -e './moshi[dev]'