Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d70db commit aa7d09fCopy full SHA for aa7d09f
.github/workflows/py-rnd.yml
@@ -23,5 +23,8 @@ jobs:
23
python-version: "3.10"
24
- name: Install dependencies
25
run: |
26
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip pytest
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
+ - name: Run tests
29
+ run: |
30
+ pytest
0 commit comments