Skip to content

Commit

Permalink
more_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 6, 2024
1 parent df1b53a commit c03ab8a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 118 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/generate_ci_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class OperatingSystem:
labels={LABEL_CIFLOW_BINARIES, LABEL_CIFLOW_BINARIES_CONDA},
isolated_workflow=True,
),
build_docker_images={}
),
BinaryBuildWorkflow(
os=OperatingSystem.LINUX,
Expand All @@ -137,7 +136,6 @@ class OperatingSystem:
labels={LABEL_CIFLOW_BINARIES, LABEL_CIFLOW_BINARIES_LIBTORCH},
isolated_workflow=True,
),
build_docker_images={}
),
BinaryBuildWorkflow(
os=OperatingSystem.LINUX,
Expand All @@ -152,7 +150,6 @@ class OperatingSystem:
labels={LABEL_CIFLOW_BINARIES, LABEL_CIFLOW_BINARIES_LIBTORCH},
isolated_workflow=True,
),
build_docker_images={}
),
]

Expand Down
97 changes: 32 additions & 65 deletions .github/workflows/generated-linux-binary-conda-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c03ab8a

Please sign in to comment.