From 0a78cb7d06a801a3695ac2dd7f6adc9401fb27cb Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Wed, 10 Nov 2021 19:40:25 +0800 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56e0068..312f825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,13 +19,14 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Python 3.7 + - name: Setup Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | + ldd --version python -m pip install --upgrade pip pip install -r requirements.txt pip install pyinstaller From aaa21c6cb838ea7d74608570c7fa5d2cf0db66c4 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Wed, 10 Nov 2021 19:47:37 +0800 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 312f825..6110b1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,6 @@ jobs: - name: Install dependencies run: | - ldd --version python -m pip install --upgrade pip pip install -r requirements.txt pip install pyinstaller