From add6a98aa7276b34498578018e7772e5ddedc073 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 13 Dec 2023 11:19:35 +0100 Subject: [PATCH] removed comments + shell for all steps --- .github/workflows/test_notebooks.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index cf46f38..d9086c7 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -33,12 +33,6 @@ jobs: use-mamba: true channels: conda-forge - # - name: Install dependencies - # shell: bash -l {0} - # run : | - # apt-get update - # apt-get install -y libgl1 - - name: Run Task 1 shell: bash -l {0} run: | @@ -53,6 +47,7 @@ jobs: jupyter-nbconvert --to python task2.ipynb conda run python task2.py - name: Run Task 3 + shell: bash -l {0} run: | cd tasks jupyter-nbconvert --to python task3.ipynb @@ -64,6 +59,7 @@ jobs: jupyter-nbconvert --to python task4.ipynb conda run python task4.py - name: Run Task 5 + shell: bash -l {0} run: | cd tasks jupyter-nbconvert --to python task5.ipynb @@ -75,6 +71,7 @@ jobs: jupyter-nbconvert --to python task6.ipynb conda run python task6.py - name: Run Task 7 + shell: bash -l {0} run: | cd tasks jupyter-nbconvert --to python task7.ipynb