From b947d38e8dc9d3ad74344be0867f71af9bccbc05 Mon Sep 17 00:00:00 2001 From: nobu-g Date: Wed, 31 Jan 2024 12:30:14 +0900 Subject: [PATCH] fix --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b47a316c..5d5655d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,14 +24,11 @@ jobs: run: | pipx install poetry echo "$HOME/.local/bin" >> $GITHUB_PATH - - name: Check Python version - run: python -V - - name: Check Python path - run: which -a python - name: Install dependencies env: POETRY_PYTHON: ${{ steps.setup-python.outputs.python-path }} run: | + poetry env use $POETRY_PYTHON poetry install --no-interaction --without dev,test - name: Build KWJA run: |