Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 24, 2024
1 parent 8914de7 commit 368beba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_3d_parallelism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
git clone https://github.com/huggingface/nanotron.git
cd nanotron
pip install -e .
pip install -e [dev]
pip install -e [test]
pip install -e .[dev]
pip install -e .[test]
- name: Install test dependencies
run: |
Expand Down

0 comments on commit 368beba

Please sign in to comment.