From ed07958b6cb18466b4775b31abdb1567f313f6c2 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 17 Apr 2024 23:26:20 +0100 Subject: [PATCH] shell: bash --- .github/actions/create-dev-env/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/create-dev-env/action.yml b/.github/actions/create-dev-env/action.yml index 5aa44520..807b716a 100644 --- a/.github/actions/create-dev-env/action.yml +++ b/.github/actions/create-dev-env/action.yml @@ -25,3 +25,4 @@ runs: - name: Install dependencies 📦 run: pip install -r requirements-dev.txt + shell: bash \ No newline at end of file