Abhinav Gavireddi
commited on
Commit
·
f5d3669
1
Parent(s):
a1d050d
[fix]: fixed virtual env issues
Browse files
.github/workflows/ci.yaml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
run: |
|
21 |
python -m pip install --upgrade pip
|
22 |
pip install uv
|
23 |
-
uv pip install -r requirements.txt
|
24 |
# - name: Run tests
|
25 |
# run: |
|
26 |
# if [ -f tests/test.py ]; then python -m unittest discover -s tests; fi
|
|
|
20 |
run: |
|
21 |
python -m pip install --upgrade pip
|
22 |
pip install uv
|
23 |
+
uv pip install --system -r requirements.txt
|
24 |
# - name: Run tests
|
25 |
# run: |
|
26 |
# if [ -f tests/test.py ]; then python -m unittest discover -s tests; fi
|