From 92a079b92c12c061948856ef5ebed69108b70ac4 Mon Sep 17 00:00:00 2001 From: Septs Date: Thu, 23 Jul 2020 16:54:34 +0800 Subject: [PATCH] Regular update: 2020-07-23T08:54:34Z --- .github/workflows/roa.yml | 4 ++-- .github/workflows/test-your-pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/roa.yml b/.github/workflows/roa.yml index b1f46c9..80714fb 100644 --- a/.github/workflows/roa.yml +++ b/.github/workflows/roa.yml @@ -23,8 +23,8 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: "3.x" - architecture: "x64" + python-version: 3.x + architecture: x64 - run: pip install -r .scripts/requirements.txt diff --git a/.github/workflows/test-your-pr.yml b/.github/workflows/test-your-pr.yml index d762a66..db264d7 100644 --- a/.github/workflows/test-your-pr.yml +++ b/.github/workflows/test-your-pr.yml @@ -21,8 +21,8 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: "3.x" - architecture: "x64" + python-version: 3.x + architecture: x64 - run: pip install -r .scripts/requirements.txt