Skip to content

Commit

Permalink
//
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Jul 1, 2024
1 parent 576196b commit 5ea7c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install Poetry
- name: Install pip
run: |
curl -sSL https://install.python-poetry.org | python -
python -m ensurepip --upgrade
- shell: bash
run: |-
poetry add -G dev flake8
pip3 install flake8
- shell: bash
run: |-
export PATH=$PATH:/builder/home/.local/bin
Expand Down

0 comments on commit 5ea7c8f

Please sign in to comment.