This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix python to a lower version to not build from source
tags/v0.3.6-rc0
haixuanTao
1 year ago
parent
dfdca94967
commit
9f72a0acd1
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
.github/workflows/node-hub-ci-cd.yml
+ 3
- 3
.github/workflows/node-hub-ci-cd.yml
View File
@@ -1,4 +1,4 @@
name:
CI
name:
node-hub-ci
on:
push:
@@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.
x
"
python-version: "3.
10
"
- name: Set up Poetry
run: |
@@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.
x
"
python-version: "3.
10
"
- name: Set up Poetry
run: |
Write
Preview
Loading…
Cancel
Save