diff --git a/action.yml b/action.yml index ea98436..19c14f7 100644 --- a/action.yml +++ b/action.yml @@ -14,11 +14,11 @@ runs: steps: - name: Checkout repo uses: actions/checkout@v4 - # - name: Set up Python ${{ inputs.python-version }} - # uses: actions/setup-python@v5 - # with: - # python-version: ${{ inputs.python-version }} - # cache: pip + - name: Set up Python ${{ inputs.python-version }} + uses: actions/setup-python@v5 + with: + python-version: 3.10 + cache: pip # - name: Update pip # run: python -m pip install --upgrade pip setuptools # shell: bash