From 503ec6cf6a8da91f443864cc3219f927670a4be0 Mon Sep 17 00:00:00 2001
From: Glen <glen@192.168.1.214>
Date: Fri, 6 Dec 2024 20:48:19 +0000
Subject: [PATCH] fix

---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 2e1545c31..02c1479a1 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -25,7 +25,7 @@ jobs:
 
       - name: Install dependencies
         run: |
-          python${PYTHON_VERSION} -m venv env
+          echo "python${PYTHON_VERSION} -m venv env" | bash
           source env/bin/activate
           pip install --upgrade pip
           pip install .