Skip to content

Commit d936466

Browse files
author
Irene Busah
committed
Updated the yaml file
1 parent e90dcea commit d936466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
python-version: '3.13.5'
2121

2222
- name: Install dependencies
23-
run:
23+
run: |
2424
python -m pip install --upgrade pip
2525
pip install flask
2626
pip install pytest
2727
2828
- name: Run tests
29-
run:
29+
run: |
3030
pytest
3131
3232
build-and-publish:

0 commit comments

Comments
 (0)