We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d194616 commit 1f49e68Copy full SHA for 1f49e68
.github/workflows/python-testing.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "Version Input :: $versions"
27
matrix=$(echo "$versions" | tr "," "\n" | awk '{print "\""$1"\""}' | paste -sd "," -)
28
echo "matrix :: [$matrix]"
29
- echo "name=matrix::[$matrix]" >> "$GITHUB_OUTPUT"
+ echo "matrix=[$matrix]" >> "$GITHUB_OUTPUT"
30
31
python-testing:
32
# This workflow runs on the latest version of Ubuntu
@@ -53,5 +53,4 @@ jobs:
53
54
- name: Run tests
55
run: |
56
-
57
./${{ github.action_path }}/script/testing.sh "python"
0 commit comments