Laura Cabayol Garcia commited on
Commit
6b18473
·
1 Parent(s): b7dc272
Files changed (1) hide show
  1. .github/workflows/basic_AT.yml +2 -2
.github/workflows/basic_AT.yml CHANGED
@@ -32,8 +32,8 @@ jobs:
32
  - name: Download model files
33
  run: |
34
  mkdir -p data/models
35
- wget -O data/models/modelF_DA.pt https://raw.githubusercontent.com/TEMPS-project/TEMPS/master/data/models/modelF_DA.pt
36
- wget -O data/models/modelZ_DA.pt https://raw.githubusercontent.com/TEMPS-project/TEMPS/master/data/models/modelZ_DA.pt
37
  # Run the tests and specify the temporary directory as output_dir
38
  - name: Run tests
39
  timeout-minutes: 5
 
32
  - name: Download model files
33
  run: |
34
  mkdir -p data/models
35
+ wget -O data/models/modelF_DA.pt https://raw.githubusercontent.com/lauracabayol/TEMPS/master/data/models/modelF_DA.pt
36
+ wget -O data/models/modelZ_DA.pt https://raw.githubusercontent.com/lauracabayol/TEMPS/master/data/models/modelZ_DA.pt
37
  # Run the tests and specify the temporary directory as output_dir
38
  - name: Run tests
39
  timeout-minutes: 5