Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
b086617c
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "d849816659539eb4c3807f80a865f754dc76d586"
Commit
b086617c
authored
Mar 11, 2022
by
rusty1s
Browse files
fix test
parent
2c28d55c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/linting.yml
.github/workflows/linting.yml
+1
-1
.github/workflows/testing.yml
.github/workflows/testing.yml
+1
-1
No files found.
.github/workflows/linting.yml
View file @
b086617c
...
@@ -52,4 +52,4 @@ jobs:
...
@@ -52,4 +52,4 @@ jobs:
-
name
:
Check package metadata
-
name
:
Check package metadata
run
:
|
run
:
|
pyroma --min=
10
.
pyroma --min=
9
.
.github/workflows/testing.yml
View file @
b086617c
...
@@ -12,8 +12,8 @@ jobs:
...
@@ -12,8 +12,8 @@ jobs:
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
strategy
:
strategy
:
fail-fast
:
false
matrix
:
matrix
:
fail-fast
:
false
os
:
[
ubuntu-latest
,
windows-latest
]
os
:
[
ubuntu-latest
,
windows-latest
]
python-version
:
[
3.7
]
python-version
:
[
3.7
]
torch-version
:
[
1.10.0
,
1.11.0
]
torch-version
:
[
1.10.0
,
1.11.0
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment