Skip to content

Commit 2a74704

Browse files
committed
always specify python version in CI
1 parent be8d0f8 commit 2a74704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
27+
with:
28+
python-version: 3.11.11
2729

2830
- name: Detect version
2931
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)