name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...
I have been working with Azure functions for a while, and they have been working as expected so far. However, all the recent Azure Functions that I have built and ...