Chengkai Yang
commited on
Commit
·
9b2e6ab
1
Parent(s):
d708dff
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
- uses: actions/checkout@v3
|
13 |
|
14 |
- name: Install dependencies
|
15 |
-
run:
|
16 |
|
17 |
- name: Run test.py
|
18 |
run:
|
|
|
12 |
- uses: actions/checkout@v3
|
13 |
|
14 |
- name: Install dependencies
|
15 |
+
run: pip install -r requirements.txt
|
16 |
|
17 |
- name: Run test.py
|
18 |
run:
|