Gruhit Patel commited on
Commit
22b2e3b
·
1 Parent(s): 7914f8f

Modified actions

Browse files
Files changed (1) hide show
  1. .github/workflows/test.yml +4 -3
.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
- - run: python install -r requirement.txt
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