← back to Exo
fix
1dcc731b43c20d0345c5a86e39dfa3af2e0b015d · 2024-12-06 20:48:19 +0000 · Glen
Files touched
M .github/workflows/build_and_test.yml
Diff
commit 1dcc731b43c20d0345c5a86e39dfa3af2e0b015d
Author: Glen <glen@192.168.1.214>
Date: Fri Dec 6 20:48:19 2024 +0000
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 2e1545c3..02c1479a 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 .
← 3662ec40 fix
·
back to Exo
·
try ccc5415c →