ACTIONS配置文件修正
Daily Domain Check / domain_check (push) Failing after 7s Details

This commit is contained in:
ahdoawhfo 2024-08-19 12:45:16 +08:00
parent 1edcfc5fe1
commit 4a25f6213c
Signed by: ahdoawhfo
GPG Key ID: 5B4A734D16322C1D
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 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 - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip