Skip to content

Commit

Permalink
drop hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Apr 10, 2022
1 parent c257c46 commit 2335659
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .azure/ipynb-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
pip install --requirement requirements.txt
pip install --requirement requirements/data.txt
sudo pip uninstall -y horovod
sudo pip uninstall -y torchtext # FIXME: this is hotfix for https://github.com/PyTorchLightning/pytorch-lightning/pull/12676
pip list
displayName: 'Install dependencies'
Expand Down
1 change: 0 additions & 1 deletion .azure/ipynb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
pip install --requirement requirements.txt
pip install --requirement requirements/data.txt
sudo pip uninstall -y horovod
sudo pip uninstall -y torchtext # FIXME: this is hotfix for https://github.com/PyTorchLightning/pytorch-lightning/pull/12676
pip list
displayName: 'Install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion lightning_examples/text-transformers/.meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: PL team
created: 2021-01-31
updated: 2022-02-08
license: CC BY-SA
build: 1
build: 2
tags:
- Text
description: |
Expand Down

0 comments on commit 2335659

Please sign in to comment.