Skip to content

Commit

Permalink
CI: Fixing pip because of fairseq bug (issue #5518)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanik12 committed Oct 5, 2024
1 parent 6ce8364 commit 0f21568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
set -ex
python -V
pip install -U pip
pip install pip==24.0 # because of the fairseq bug in installation: https://github.com/facebookresearch/fairseq/issues/5518
pip install -e .
pip install flake8
- name: Style check
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
set -ex
python -V
pip install -U pip
pip install pip==24.0 # because of the fairseq bug in installation: https://github.com/facebookresearch/fairseq/issues/5518
pip install -e .[generative]
pip install pytest
- name: Unit tests
Expand Down

0 comments on commit 0f21568

Please sign in to comment.