Spaces:
Runtime error
Runtime error
Sandra Ashipala
commited on
Set up Python to uses: actions/setup-python@v5
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@v5
|
| 18 |
|
| 19 |
- name: Install dependencies
|
| 20 |
run: pip install -r requirements.txt
|