Remove lightning-dtrun installation (#7018)
This commit is contained in:
parent
d3f73a0a74
commit
745aed0ad4
|
@ -78,9 +78,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install awscli coverage
|
||||
# todo
|
||||
pip install git+https://${{ secrets.PL_GHOST_TOKEN }}@github.com/PyTorchLightning/lightning-dtrun.git@v0.0.3 -q --no-cache-dir
|
||||
#pip install git+https://${{ secrets.PL_GHOST_TOKEN }}@github.com/PyTorchLightning/lightning-dtrun.git@mnodes -q --no-cache-dir
|
||||
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
|
|
|
@ -62,7 +62,6 @@ jobs:
|
|||
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'fairscale' not in line] ; open(fname, 'w').writelines(lines)"
|
||||
python -c "fname = 'requirements/extra.txt' ; lines = [line for line in open(fname).readlines() if 'horovod' not in line] ; open(fname, 'w').writelines(lines)"
|
||||
pip install --requirement ./requirements/devel.txt --upgrade-strategy only-if-needed
|
||||
pip install git+https://$(AUTH_TOKEN)@github.com/PyTorchLightning/lightning-dtrun.git@v0.0.2 --no-cache-dir
|
||||
pip list
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
|
|
Loading…
Reference in New Issue