diff --git a/.github/workflows/linting_and_hello_world.yml b/.github/workflows/linting_and_hello_world.yml index de98bbd5a..9ed6405bd 100644 --- a/.github/workflows/linting_and_hello_world.yml +++ b/.github/workflows/linting_and_hello_world.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 with: lfs: true + submodules: true - name: flake8 run: | @@ -58,7 +59,8 @@ jobs: - uses: actions/checkout@v2 with: lfs: true - + submodules: true + - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: InnerEye diff --git a/.gitignore b/.gitignore index eeed8fae8..413cbe3fc 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,7 @@ dmypy.json # other .vscode/ +.devcontainer/ /InnerEye/ML/src/aml_config *.exe diff --git a/.idea/runConfigurations/Template__Run_ML_on_AzureML.xml b/.idea/runConfigurations/Template__Run_ML_on_AzureML.xml index 8e58a0a7c..28140e00e 100644 --- a/.idea/runConfigurations/Template__Run_ML_on_AzureML.xml +++ b/.idea/runConfigurations/Template__Run_ML_on_AzureML.xml @@ -11,8 +11,9 @@