From dc8c97b368f75d8cdc73f6749f7ae1628932e464 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 27 Jun 2024 18:45:32 +0300 Subject: [PATCH] setup-action: one day I will remember to include shell: bash. --- setup-action/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-action/action.yml b/setup-action/action.yml index c66d64f..da64597 100644 --- a/setup-action/action.yml +++ b/setup-action/action.yml @@ -27,6 +27,7 @@ runs: - name: Install client repo pip dependencies run: pip install --editable . + shell: bash - name: Install pytest run: pip install pytest