Skip to content

Commit f1dc3a0

Browse files
committed
hotfix for PT1.6 and torchtext (#6323)
* ci: azure reinstall torchtext * move * todos * 0.6.0 * skip examples * formatter * skip * todo * Apply suggestions from code review (cherry picked from commit e038e74)
1 parent 2a837ac commit f1dc3a0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci_test-conda.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
pip install --requirement requirements/devel.txt --upgrade-strategy only-if-needed
3131
pip list
3232
33-
- name: Cache datasets
34-
# todo this probably does not work with docker images, rather cache dockers
35-
uses: actions/cache@v2
36-
with:
37-
path: Datasets
38-
key: pl-dataset
39-
4033
- name: Pull checkpoints from S3
4134
# todo: consider adding coma caching, but ATM all models have less then 100KB
4235
run: |
@@ -46,6 +39,12 @@ jobs:
4639
unzip -o checkpoints.zip
4740
ls -l checkpoints/
4841
42+
# todo: require proper fix in docker image
43+
- name: Hotfix dependency
44+
run: |
45+
pip install torchtext==0.6.0 -U
46+
shell: bash
47+
4948
- name: Tests
5049
run: |
5150
# NOTE: run coverage on tests does not propagare faler status for Win, https://github.com/nedbat/coveragepy/issues/1003

0 commit comments

Comments
 (0)