Skip to content

Commit

Permalink
remove --no-root option from poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kuch committed Oct 22, 2022
1 parent c0694e0 commit cbc9432
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run_tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: poetry

# - name: Cache poetry packages
# uses: actions/cache@v3
# with:
# key: poetry-${{ hashFiles('poetry.lock') }}
# path: ~/.cache/pypoetry

- name: Install dependencies
run: poetry install --no-root
run: poetry install

- name: Lint with flake8
run: |
Expand Down

0 comments on commit cbc9432

Please sign in to comment.