Spaces:
Sleeping
Sleeping
Update ci-cd.yml
Browse files
.github/workflows/ci-cd.yml
CHANGED
@@ -15,6 +15,8 @@ jobs:
|
|
15 |
|
16 |
- name: Set up Python
|
17 |
uses: actions/setup-python@v5
|
|
|
|
|
18 |
|
19 |
- name: Install dependencies
|
20 |
run: pip install -r requirements.txt
|
|
|
15 |
|
16 |
- name: Set up Python
|
17 |
uses: actions/setup-python@v5
|
18 |
+
with:
|
19 |
+
python-version: 3.9
|
20 |
|
21 |
- name: Install dependencies
|
22 |
run: pip install -r requirements.txt
|