This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ci: revise the auto release ci.
pull/1047/head
AsakusaRinne
2 years ago
parent
f7e66539f3
commit
0301f5f9b4
3 changed files
with
4 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/build_and_test.yml
+2
-1
.github/workflows/release.yml
+0
-2
.github/workflows/semantic.yml
+ 2
- 2
.github/workflows/build_and_test.yml
View File
@@ -10,7 +10,7 @@ on:
branches: [ "master" ]
jobs:
build-and-test-on-
windows:
windows:
runs-on: windows-latest
@@ -37,7 +37,7 @@ jobs:
# - name: Test GPU version
# run: dotnet test --no-build --verbosity normal
build-and-test-on-
linux:
linux:
runs-on: ubuntu-latest
+ 2
- 1
.github/workflows/release.yml
View File
@@ -50,8 +50,9 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v
1
uses: actions/setup-dotnet@v
3
with:
dotnet-version: 6.0.x
+ 0
- 2
.github/workflows/semantic.yml
View File
@@ -1,8 +1,6 @@
name: Semantic
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
Write
Preview
Loading…
Cancel
Save