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
020513dc
Unverified
Commit
020513dc
authored
May 02, 2023
by
Andrey Talman
Committed by
GitHub
May 02, 2023
Browse files
[Nova] Adding conda windows build (#7551)
parent
912c44fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.github/workflows/build-conda-windows.yml
.github/workflows/build-conda-windows.yml
+3
-4
No files found.
.github/workflows/build-conda-windows.yml
View file @
020513dc
...
@@ -34,15 +34,15 @@ jobs:
...
@@ -34,15 +34,15 @@ jobs:
smoke-test-script
:
test/smoke_test.py
smoke-test-script
:
test/smoke_test.py
package-name
:
torchvision
package-name
:
torchvision
name
:
${{ matrix.repository }}
name
:
${{ matrix.repository }}
uses
:
pytorch/test-infra/.github/workflows/build_
wheels
_windows.yml@main
uses
:
pytorch/test-infra/.github/workflows/build_
conda
_windows.yml@main
with
:
with
:
conda-package-directory
:
${{ matrix.conda-package-directory }}
repository
:
${{ matrix.repository }}
repository
:
${{ matrix.repository }}
ref
:
"
"
ref
:
"
"
test-infra-repository
:
pytorch/test-infra
test-infra-repository
:
pytorch/test-infra
test-infra-ref
:
main
test-infra-ref
:
main
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
build-matrix
:
${{ needs.generate-matrix.outputs.matrix }}
pre-script
:
${{ matrix.pre-script }}
pre-script
:
${{ matrix.pre-script }}
env-script
:
${{ matrix.env-script }}
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
...
@@ -50,5 +50,4 @@ jobs:
...
@@ -50,5 +50,4 @@ jobs:
# to official channels yet
# to official channels yet
trigger-event
:
development
trigger-event
:
development
secrets
:
secrets
:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID
:
${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY
:
${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
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