From 213bf567657bc1bb70ae5b3128395eb79701594e Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Mon, 12 Aug 2024 11:39:51 -0700 Subject: [PATCH] debug --- .github/workflows/run-acceptance-tests.yml | 2 ++ .mise.toml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index dcf1478..e89e4ea 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -340,4 +340,6 @@ jobs: - uses: jdx/mise-action@v2 with: experimental: true # [default: false] enable experimental features + env: + MISE_DEBUG: "1" - run: make lint diff --git a/.mise.toml b/.mise.toml index 3dc22bb..423af7e 100644 --- a/.mise.toml +++ b/.mise.toml @@ -3,7 +3,7 @@ pulumi = "3.128.0" go = "1.21.7" node = "22" dotnet = "6" -python = "3.11" +python = "3.11.9" java = "temurin" gradle = "7.6" "go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.58.1" @@ -14,5 +14,5 @@ gradle = "7.6" _.python.venv = { path = ".venv", create = true } [settings] -experimental = true -python_compile = false +experimental = true # Enable Go backend. +python_compile = false # Don't build Python from source.