From c4c229bbc56b633c501dceb354f3ba7cf0188655 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 29 May 2021 22:03:49 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aed9a5e..6b0a748 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Python 3.8 + - name: Setup Python 3.7 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.7 - name: Install dependencies run: |