Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Jan 31, 2024
1 parent a778e28 commit b947d38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b947d38

Please sign in to comment.