Skip to content

Commit 0ad4873

Browse files
committed
fix pytest in ci
1 parent 8b42893 commit 0ad4873

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/quamba-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
python --version
5353
python -m venv venv
5454
source venv/bin/activate
55-
pip install -r requirements.txt
5655
- name: Install dependencies
5756
run: |
5857
python -m pip install --upgrade pip
@@ -63,8 +62,8 @@ jobs:
6362
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
6463
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
6564
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
66-
# Not sure why Megatron-LM will force to install pytorch 2.6.0 and cuda libs
67-
# , so we install Megatron-LM first then do `pip install -r requirements.txt` again here...
65+
# Not sure why Megatron-LM will force to install pytorch 2.6.0 and cuda libs,
66+
# so we install Megatron-LM first then do `pip install -r requirements.txt` again here...
6867
- name: Build 3rdparty dependencies
6968
run: |
7069
pip install -e 3rdparty/Megatron-LM

0 commit comments

Comments
 (0)