From 78516e36953c595c3b5f839185267e1c7ddddd9c Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 18 Jun 2025 13:29:47 +0800 Subject: [PATCH] Update self_hosted_patch.yml Signed-off-by: elseif --- .github/workflows/self_hosted_patch.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/self_hosted_patch.yml b/.github/workflows/self_hosted_patch.yml index 9495b62..2febb39 100644 --- a/.github/workflows/self_hosted_patch.yml +++ b/.github/workflows/self_hosted_patch.yml @@ -1,8 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python - name: Self Hosted Patch - on: workflow_dispatch: inputs: @@ -85,11 +81,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Get latest routeros version id: get_latest run: |