From 4a25f6213c9157f91c14960e2152d3dab84d39a4 Mon Sep 17 00:00:00 2001 From: ahdoawhfo Date: Mon, 19 Aug 2024 12:45:16 +0800 Subject: [PATCH] =?UTF-8?q?ACTIONS=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/daily_domain_check.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/daily_domain_check.yml b/.gitea/workflows/daily_domain_check.yml index 9426437..e486cf8 100644 --- a/.gitea/workflows/daily_domain_check.yml +++ b/.gitea/workflows/daily_domain_check.yml @@ -13,12 +13,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v3 - with: - python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax - architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - - name: Install dependencies run: | python -m pip install --upgrade pip