Skip to content

Commit 1b25848

Browse files
committed
pin python to 3.10.11 for proper ubuntu GLIBs
1 parent 98771d8 commit 1b25848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.10'
31+
python-version: '3.10.11'
3232

3333
# - name: Upgrading pip
3434
# run: pip install --upgrade pip

0 commit comments

Comments
 (0)