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
vision
Commits
ef2c281a
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "a1724c182cee65764ad439e67d9728d499e57b1e"
Unverified
Commit
ef2c281a
authored
Nov 07, 2023
by
Philip Meier
Committed by
GitHub
Nov 07, 2023
Browse files
temporarily add packaging as CI requirement (#8100)
parent
f69eee61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/scripts/setup-env.sh
.github/scripts/setup-env.sh
+2
-0
No files found.
.github/scripts/setup-env.sh
View file @
ef2c281a
...
@@ -45,6 +45,8 @@ conda create \
...
@@ -45,6 +45,8 @@ conda create \
conda activate ci
conda activate ci
conda
install
--quiet
--yes
libjpeg-turbo
-c
pytorch
conda
install
--quiet
--yes
libjpeg-turbo
-c
pytorch
pip
install
--progress-bar
=
off
--upgrade
setuptools
pip
install
--progress-bar
=
off
--upgrade
setuptools
# FIXME: remove this when https://github.com/pytorch/pytorch/pull/113154 is resolved
pip
install
--progress-bar
=
off packaging
# See https://github.com/pytorch/vision/issues/6790
# See https://github.com/pytorch/vision/issues/6790
if
[[
"
${
PYTHON_VERSION
}
"
!=
"3.11"
]]
;
then
if
[[
"
${
PYTHON_VERSION
}
"
!=
"3.11"
]]
;
then
...
...
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