Skip to content

Commit

Permalink
dev(hus):add python dependence transformers (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTuHuss authored Sep 5, 2023
1 parent 3a2a9a8 commit 69b6ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
pip install -r requirements-build.txt
pip install -r requirements-test.txt
pip uninstall DI-engine -y
pip install git+http://github.com/opendilab/DI-engine.git@main#egg=DI-engine[common_env]
pip install git+http://github.com/opendilab/DI-engine.git@main#egg=DI-engine[common_env]
pip install transformers
- name: Run unittest on MacOS or Linux
if: ${{ env.OS_NAME == 'MacOS' || env.OS_NAME == 'Linux'}}
env:
Expand Down

0 comments on commit 69b6ea6

Please sign in to comment.