Spaces:
Runtime error
Runtime error
Removed python version step
Browse files
.github/workflows/ci-cd.yml
CHANGED
@@ -16,9 +16,6 @@ jobs:
|
|
16 |
|
17 |
- name: Set up Node.js and Python
|
18 |
uses: actions/setup-python@v2
|
19 |
-
with:
|
20 |
-
python-version: 3.9
|
21 |
-
node-version: 16.x
|
22 |
|
23 |
- name: Install dependencies
|
24 |
run: pip install -r requirements.txt
|
|
|
16 |
|
17 |
- name: Set up Node.js and Python
|
18 |
uses: actions/setup-python@v2
|
|
|
|
|
|
|
19 |
|
20 |
- name: Install dependencies
|
21 |
run: pip install -r requirements.txt
|