File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- python-version : [3.9, 3. 10, 3.11]
31+ python-version : [3.10, 3.11]
3232
3333 steps :
3434 - name : Checkout code
@@ -159,7 +159,6 @@ jobs:
159159 echo "# 🎯 Test Matrix Summary" > matrix_summary.md
160160 echo "" >> matrix_summary.md
161161 echo "## Python Version Results:" >> matrix_summary.md
162- echo "- Python 3.9: ${{ needs.comprehensive-test.result }}" >> matrix_summary.md
163162 echo "- Python 3.10: ${{ needs.comprehensive-test.result }}" >> matrix_summary.md
164163 echo "- Python 3.11: ${{ needs.comprehensive-test.result }}" >> matrix_summary.md
165164 echo "" >> matrix_summary.md
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.9, 3. 11]
14+ python-version : [3.11]
1515
1616 steps :
1717 - name : Checkout code
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- python-version : [3.9, 3. 11]
29+ python-version : [3.11]
3030 framework : [autogen, crewai]
3131
3232 steps :
@@ -120,11 +120,9 @@ jobs:
120120 echo "## Test Results by Framework and Python Version:" >> framework_summary.md
121121 echo "" >> framework_summary.md
122122 echo "### AutoGen Framework:" >> framework_summary.md
123- echo "- Python 3.9: ${{ needs.framework-tests.result }}" >> framework_summary.md
124123 echo "- Python 3.11: ${{ needs.framework-tests.result }}" >> framework_summary.md
125124 echo "" >> framework_summary.md
126125 echo "### CrewAI Framework:" >> framework_summary.md
127- echo "- Python 3.9: ${{ needs.framework-tests.result }}" >> framework_summary.md
128126 echo "- Python 3.11: ${{ needs.framework-tests.result }}" >> framework_summary.md
129127 echo "" >> framework_summary.md
130128 echo "## Overall Status:" >> framework_summary.md
You can’t perform that action at this time.
0 commit comments