Skip to content

Commit 2ad1597

Browse files
committed
chore: Fix CI
1 parent e3f92c0 commit 2ad1597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Perform Dependency Compatibility Testing
3939
shell: bash
4040
run: |
41-
echo "Dependencies list: ${env.DEPENDENCIES_LIST}"
4241
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
4342
./.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
4443
else
@@ -61,7 +60,6 @@ jobs:
6160
- name: Perform Dependency Compatibility Testing (Showcase)
6261
shell: bash
6362
run: |
64-
echo "Dependencies list: ${env.DEPENDENCIES_LIST}"
6563
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
6664
../.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
6765
else

0 commit comments

Comments
 (0)