Skip to content

Commit

Permalink
hotfix for PT1.6 and torchtext (Lightning-AI#6323)
Browse files Browse the repository at this point in the history
* ci: azure reinstall torchtext

* move

* todos

* 0.6.0

* skip examples

* formatter

* skip

* todo

* Apply suggestions from code review

(cherry picked from commit e038e74)
  • Loading branch information
Borda committed Mar 4, 2021
1 parent 2a837ac commit f1dc3a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
pip install --requirement requirements/devel.txt --upgrade-strategy only-if-needed
pip list
- name: Cache datasets
# todo this probably does not work with docker images, rather cache dockers
uses: actions/cache@v2
with:
path: Datasets
key: pl-dataset

- name: Pull checkpoints from S3
# todo: consider adding coma caching, but ATM all models have less then 100KB
run: |
Expand All @@ -46,6 +39,12 @@ jobs:
unzip -o checkpoints.zip
ls -l checkpoints/
# todo: require proper fix in docker image
- name: Hotfix dependency
run: |
pip install torchtext==0.6.0 -U
shell: bash

- name: Tests
run: |
# NOTE: run coverage on tests does not propagare faler status for Win, https://github.com/nedbat/coveragepy/issues/1003
Expand Down

0 comments on commit f1dc3a0

Please sign in to comment.