Spaces:
Runtime error
Runtime error
Update ci-cd.yml
Browse files
.github/workflows/ci-cd.yml
CHANGED
@@ -14,7 +14,7 @@ jobs:
|
|
14 |
uses: actions/checkout@v3
|
15 |
|
16 |
- name: Set up Python
|
17 |
-
uses: actions/setup-python@
|
18 |
|
19 |
- name: Install dependencies
|
20 |
run: pip install -r requirements.txt
|
|
|
14 |
uses: actions/checkout@v3
|
15 |
|
16 |
- name: Set up Python
|
17 |
+
uses: actions/setup-python@v3
|
18 |
|
19 |
- name: Install dependencies
|
20 |
run: pip install -r requirements.txt
|