Skip to content

Commit

Permalink
Revert GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Mar 4, 2024
1 parent 00716fa commit eed6c2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[quality]"
python setup.py egg_info
sed '/^$/q' src/lighteval.egg-info/requires.txt > src/lighteval.egg-info/requires_lite.txt
python -m pip install ruff -c src/lighteval.egg-info/requires_lite.txt
rm -rf src/lighteval.egg-info
- name: Code quality
run: |
make quality

0 comments on commit eed6c2d

Please sign in to comment.