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 30
30
pip install --requirement requirements/devel.txt --upgrade-strategy only-if-needed
31
31
pip list
32
32
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
-
40
33
- name : Pull checkpoints from S3
41
34
# todo: consider adding coma caching, but ATM all models have less then 100KB
42
35
run : |
46
39
unzip -o checkpoints.zip
47
40
ls -l checkpoints/
48
41
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
+
49
48
- name : Tests
50
49
run : |
51
50
# 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