Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Update script path
  • Loading branch information
jason-neal committed Sep 14, 2018
1 parent 5b7ff71 commit a145ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
- cmd: "move tests\\config.yaml config.yaml"

# Downloading Eniric data with bash script
- bash download_eniric_data.sh
- bash "eniric_scripts\\download_eniric_data.sh"
# Generate data # Should not do much as data already downloaded.
- cmd: "%PYTHON%\\python.exe eniric\\obsolete\\make_test_data.py"

Expand Down

0 comments on commit a145ab2

Please sign in to comment.