Spaces:
Sleeping
Sleeping
Gruhit Patel
commited on
Commit
·
22b2e3b
1
Parent(s):
7914f8f
Modified actions
Browse files
.github/workflows/test.yml
CHANGED
@@ -16,7 +16,8 @@ jobs:
|
|
16 |
- uses: actions/setup-python@v2
|
17 |
with:
|
18 |
python-version: '3.9'
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
22 |
- run: pytest
|
|
|
16 |
- uses: actions/setup-python@v2
|
17 |
with:
|
18 |
python-version: '3.9'
|
19 |
+
run:|
|
20 |
+
python -m pip install --upgrade pip
|
21 |
+
pip install -r requirement.txt
|
22 |
+
|
23 |
- run: pytest
|