diff --git a/action.yml b/action.yml index bfcf86b..81b83a2 100644 --- a/action.yml +++ b/action.yml @@ -57,6 +57,8 @@ runs: steps: - name: Setup Python uses: actions/setup-python@v4 + with: + python-version: "3.10" - name: Install dependencies shell: bash