Skip to content

Commit

Permalink
removed comments + shell for all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 13, 2023
1 parent 82b1461 commit add6a98
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit add6a98

Please sign in to comment.