From 98571046dea848ad43eca900bceb952e21829d4a Mon Sep 17 00:00:00 2001 From: Leon Rauschning <99650940+lrauschning@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:23:19 +0800 Subject: [PATCH] whoops, not a decimal number --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 19c14f7..77466eb 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: - name: Set up Python ${{ inputs.python-version }} uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' cache: pip # - name: Update pip # run: python -m pip install --upgrade pip setuptools