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 238e72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
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 wheel setuptools packaging flash-attn==2.5.8 --no-build-isolation
- name: "black"
run: black . --check --diff --color
- name: "isort"
Expand Down

0 comments on commit 238e72c

Please sign in to comment.