Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rlsu9 committed Jan 3, 2025
1 parent a10748c commit a6e86a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Install dependencies
run: |
pip install setuptools
pip install --upgrade pip
pip install packaging ninja && pip install flash-attn==2.7.0.post2 --no-build-isolation
pip install -e .
pip install setuptools
pip install pytest
- name: Run Pytest
run: |
Expand Down

0 comments on commit a6e86a3

Please sign in to comment.