Skip to content

Commit ee20d9c

Browse files
authored
Remove ex2
1 parent 8c5f560 commit ee20d9c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
pip install -r requirements.txt
2727
VALUE=$(echo $((1 + RANDOM % 10)))
2828
python example1.py $VALUE
29-
- name: Test Programming Fundamentals Python Part 1 - ex2
30-
run: |
31-
cd programming_fundamentals/python_part_1
32-
pip install -r requirements.txt
33-
python example2.py Anne
3429
- name: Test Programming Fundamentals Python Part 1 - ex3
3530
run: |
3631
cd programming_fundamentals/python_part_1

0 commit comments

Comments
 (0)