Glen 7 months ago
parent
commit
1dcc731b43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -25,7 +25,7 @@ jobs:
 
 
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |
-          python${PYTHON_VERSION} -m venv env
+          echo "python${PYTHON_VERSION} -m venv env" | bash
           source env/bin/activate
           source env/bin/activate
           pip install --upgrade pip
           pip install --upgrade pip
           pip install .
           pip install .