We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f92c0 commit 2ad1597Copy full SHA for 2ad1597
.github/workflows/dependency_compatibility_test.yaml
@@ -38,7 +38,6 @@ jobs:
38
- name: Perform Dependency Compatibility Testing
39
shell: bash
40
run: |
41
- echo "Dependencies list: ${env.DEPENDENCIES_LIST}"
42
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
43
./.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
44
else
@@ -61,7 +60,6 @@ jobs:
61
60
- name: Perform Dependency Compatibility Testing (Showcase)
62
63
64
65
66
../.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
67
0 commit comments