Skip to content

Commit

Permalink
fix: pip wheel fairseq
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwolf-x committed Nov 22, 2024
1 parent d593012 commit 3c2b772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fairseq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: |
python -m pip install --upgrade "pip<24.1"
pip install fairseq
pip wheel fairseq
- run: |
python -c "import torch; print(f'Using torch version: {torch.__version__}')"
continue-on-error: true
Expand Down

0 comments on commit 3c2b772

Please sign in to comment.