Skip to content

Commit

Permalink
Change python version to match Cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Mar 22, 2024
1 parent 61910ab commit 1338192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# Manual trigger.

name: Release internal patch
name: "Release internal patch"

on:
workflow_dispatch:
Expand All @@ -35,7 +35,7 @@ defaults:
shell: "bash"

env:
PYTHON_TARGET_VERSION: 3.11
PYTHON_TARGET_VERSION: 3.8

jobs:
invoke-reusable-workflow:
Expand Down

0 comments on commit 1338192

Please sign in to comment.