From 71d89f6772ea66b21bc5ef8122c55038f0ccaa00 Mon Sep 17 00:00:00 2001 From: Jiyeong Seok Date: Thu, 27 Oct 2022 11:39:15 +0900 Subject: [PATCH] Fix the github action Signed-off-by: Jiyeong Seok --- .github/workflows/publish-release.yml | 6 +++--- .github/workflows/pull-request.yml | 4 ++-- tox.ini | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0a7cb5d..facea78 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -68,10 +68,10 @@ jobs: - uses: actions/checkout@v2 with: ref: main - - name: Set up Python 3.6 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: '3.8' - name: Install dependencies run: | python -m pip install --upgrade pip @@ -100,7 +100,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.8' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 27a19ae..6fec360 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -53,10 +53,10 @@ jobs: ASSET_MIME: application/vnd.microsoft.portable-executable steps: - uses: actions/checkout@v2 - - name: Set up Python 3.6 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: '3.8' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/tox.ini b/tox.ini index 7dfaeb3..0dce375 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ skipdist = true [testenv] install_command = pip install {opts} {packages} -basepython= python3.6 whitelist_externals = cat cp rm