Skip to content

Commit 8a15139

Browse files
author
Roman
committed
no py 3.13 for test (faster)
1 parent b78c3c1 commit 8a15139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/monitor_requirements_size_master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
py310: ${{ steps.set-output.outputs.py310 }}
2828
py311: ${{ steps.set-output.outputs.py311 }}
2929
py312: ${{ steps.set-output.outputs.py312 }}
30-
# py313: ${{ steps.set-output.outputs.py313 }}
30+
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-python@v5
@@ -52,7 +52,6 @@ jobs:
5252
3.10) echo "py310=$SIZE" >> $GITHUB_OUTPUT ;;
5353
3.11) echo "py311=$SIZE" >> $GITHUB_OUTPUT ;;
5454
3.12) echo "py312=$SIZE" >> $GITHUB_OUTPUT ;;
55-
# 3.13) echo "py313=$SIZE" >> $GITHUB_OUTPUT ;;
5655
esac
5756
5857
comment-on-pr:
@@ -69,7 +68,6 @@ jobs:
6968
"3.10": "${{ needs.measure-venv.outputs.py310 || 'N/A' }}",
7069
"3.11": "${{ needs.measure-venv.outputs.py311 || 'N/A' }}",
7170
"3.12": "${{ needs.measure-venv.outputs.py312 || 'N/A' }}",
72-
# "3.13": "${{ needs.measure-venv.outputs.py313 || 'N/A' }}"
7371
};
7472
const lines = Object.entries(sizes).map(([ver, size]) => `Python ${ver}: ${size} MB`);
7573
const body = `Bittensor SDK virtual environment sizes by Python version:**\n\n\`\`\`\n${lines.join("\n")}\n\`\`\``;

0 commit comments

Comments
 (0)