Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa7d09f

Browse files
Update py-rnd.yml
1 parent 71d70db commit aa7d09f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/py-rnd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
python-version: "3.10"
2424
- name: Install dependencies
2525
run: |
26-
python -m pip install --upgrade pip
26+
python -m pip install --upgrade pip pytest
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
- name: Run tests
29+
run: |
30+
pytest

0 commit comments

Comments
 (0)