Spaces:
Sleeping
Sleeping
Gruhit Patel
commited on
Commit
·
0c44e58
1
Parent(s):
7749774
Modified actions
Browse files
.github/workflows/test.yml
CHANGED
@@ -13,13 +13,10 @@ jobs:
|
|
13 |
steps:
|
14 |
- uses: action/checkout@v2
|
15 |
|
16 |
-
- name: Install python to perform testing
|
17 |
- uses: actions/setup-python@v2
|
18 |
with:
|
19 |
python-version: '3.9'
|
20 |
|
21 |
-
- name: Install Dependencies
|
22 |
- run: python install -r requirement.txt
|
23 |
|
24 |
-
- name: Run Pytest
|
25 |
- run: pytest
|
|
|
13 |
steps:
|
14 |
- uses: action/checkout@v2
|
15 |
|
|
|
16 |
- uses: actions/setup-python@v2
|
17 |
with:
|
18 |
python-version: '3.9'
|
19 |
|
|
|
20 |
- run: python install -r requirement.txt
|
21 |
|
|
|
22 |
- run: pytest
|