Skip to content

Commit 786b60f

Browse files
committed
fix minor changes
1 parent 7f01697 commit 786b60f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
conda_lean_filter: ${{ steps.set-filters.outputs.conda_lean_filter }}
5656
conda_test_filter: ${{ steps.set-filters.outputs.conda_test_filter }}
5757
wheel_lean_filter: ${{ steps.set-filters.outputs.wheel_lean_filter }}
58-
lean_filter: ${{ steps.set-filters.outputs.lean_filter }}
5958
mps_parser_filter: ${{ steps.set-filters.outputs.mps_parser_filter }}
6059
libcuopt_filter: ${{ steps.set-filters.outputs.libcuopt_filter }}
6160
cuopt_server_filter: ${{ steps.set-filters.outputs.cuopt_server_filter }}
@@ -68,7 +67,6 @@ jobs:
6867
echo "conda_lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.10\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
6968
echo "conda_test_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.13\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
7069
echo "wheel_lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
71-
echo "lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
7270
echo "mps_parser_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
7371
echo "libcuopt_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
7472
echo "cuopt_server_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT
@@ -77,7 +75,6 @@ jobs:
7775
echo "conda_lean_filter=." >> $GITHUB_OUTPUT
7876
echo "conda_test_filter=." >> $GITHUB_OUTPUT
7977
echo "wheel_lean_filter=." >> $GITHUB_OUTPUT
80-
echo "lean_filter=." >> $GITHUB_OUTPUT
8178
echo "mps_parser_filter=group_by([.ARCH, (.PY_VER |split(\".\") | map(tonumber))])|map(max_by([(.CUDA_VER|split(\".\")|map(tonumber))]))" >> $GITHUB_OUTPUT
8279
echo "libcuopt_filter=group_by([.ARCH, (.CUDA_VER|split(\".\")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(\".\")|map(tonumber)))" >> $GITHUB_OUTPUT
8380
echo "cuopt_server_filter=map(select(.ARCH == \"amd64\")) | group_by(.CUDA_VER|split(\".\")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(\".\")|map(tonumber)), (.CUDA_VER|split(\".\")|map(tonumber))]))" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)