Skip to content

Commit d8f1d0b

Browse files
Force the python version when building and running CD
The latest (3.13) creates incompatible protobuf code
1 parent 05dd6b0 commit d8f1d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-pydgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version-file: pyproject.toml
24+
python-version: "3.12"
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)