Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomko committed Dec 10, 2024
1 parent 0a77513 commit b807492
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install fairseq2==v0.3.0rc1
python -m pip install fairseq2==v0.3.0rc1+cpu --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/rc/pt2.5.1/cpu/
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install fairseq2==v0.3.0rc1
python -m pip install fairseq2==v0.3.0rc1+cpu --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/rc/pt2.5.1/cpu/
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install libsndfile1
python -m pip install fairseq2==v0.3.0rc1
python -m pip install fairseq2==v0.3.0rc1+cpu --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/rc/pt2.5.1/cpu/
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
Expand All @@ -109,7 +109,7 @@ jobs:
run: |
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install fairseq2==v0.3.0rc1
python -m pip install fairseq2==v0.3.0rc1+cpu --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/whl/rc/pt2.5.1/cpu/
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
Expand Down

0 comments on commit b807492

Please sign in to comment.