Skip to content

Commit

Permalink
Ci: Github actions use python 3.11 for now
Browse files Browse the repository at this point in the history
Craft has issues with python3.12 which are fixed upstream, we however pinned the craft revision.
  • Loading branch information
TheOneRing committed Nov 3, 2023
1 parent 3a5ffb5 commit 2769780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.craft.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
if ($IsWindows) {
$python=(py -V:3.11 -c "import sys; print(sys.executable)")
} elseif ($IsMacOS) {
$python = (Get-Command "python3.11").Source
} else {
$python = (Get-Command python3).Source
}
Expand Down

0 comments on commit 2769780

Please sign in to comment.