Skip to content

Commit

Permalink
Revert "Ci: Github actions use python 3.11 for now"
Browse files Browse the repository at this point in the history
This reverts commit d085a3e.
  • Loading branch information
TheOneRing committed Oct 27, 2023
1 parent 8613814 commit c318a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.craft.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if ($IsWindows) {
$python=(py -V:3.11 -c "import sys; print(sys.executable)")
$python = (Get-Command py).Source
} else {
$python = (Get-Command python3).Source
}
Expand Down

0 comments on commit c318a75

Please sign in to comment.