From 158d5518b7ed3ffc40ff6bbca5f4f0865a022c28 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Thu, 24 Oct 2024 14:29:06 +0900 Subject: [PATCH] Fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03a267f..89eb4a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - name: Show Python and Streamlit versions run: | python -V - uv run streamlit version + python -c "import streamlit; print(streamlit.__version__)" - name: Run Ruff run: | uv run ruff check --output-format=github .