Spaces:
Runtime error
Runtime error
XquanL
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -10,7 +10,7 @@ jobs:
|
|
10 |
- name: Set up Python 3.10
|
11 |
uses: actions/setup-python@v1
|
12 |
with:
|
13 |
-
python-version: 3.10
|
14 |
- name: Install dependencies
|
15 |
run: |
|
16 |
make install
|
|
|
10 |
- name: Set up Python 3.10
|
11 |
uses: actions/setup-python@v1
|
12 |
with:
|
13 |
+
python-version: '3.10'
|
14 |
- name: Install dependencies
|
15 |
run: |
|
16 |
make install
|