Skip to content

Commit

Permalink
fix break windows local and remote pipelines (microsoft#2785)
Browse files Browse the repository at this point in the history
* fix break windows local and remote pipelines

* python os to separate platform

* Update integration_tests.yml

Co-authored-by: Yuge Zhang <Yuge.Zhang@microsoft.com>
(cherry picked from commit f6991e8)
  • Loading branch information
linbinskn authored and LovPe committed Aug 14, 2020
1 parent 3bf404b commit 8cadbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ testCases:
configFile: test/config/examples/sklearn-regression.yml
setExperimentIdtoVar: $resumeExpId
# for subfolder in codedir test
launchCommand: mkdir -p ../examples/trials/sklearn/regression/subfolder && touch ../examples/trials/sklearn/regression/subfolder/subfile && nnictl create --config $configFile --debug
launchCommand: python3 -c "import os; os.makedirs('../examples/trials/sklearn/regression/subfolder', exist_ok=True); open('../examples/trials/sklearn/regression/subfolder/subfile', 'a').close()" && nnictl create --config $configFile --debug

# Experiment resume test part 2
- name: nnictl-resume-2
Expand Down

0 comments on commit 8cadbdf

Please sign in to comment.