File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments