Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VyrodovMikhail committed Jun 3, 2024
1 parent 29c933e commit 7d1ac7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
cache: "pip"
- name: "installation"
run: |
pip cache purge
pip install --upgrade pip
pip install -r requirements.txt -r requirements.dev.txt
pip install wheel setuptools flash-attn==2.5.8 --no-build-isolation
pip install -U wheel
pip uninstall -y flash-attn
pip install flash-attn==2.5.8
- name: "black"
run: black . --check --diff --color
- name: "isort"
Expand Down

0 comments on commit 7d1ac7a

Please sign in to comment.