Skip to content

Commit

Permalink
ci: 🎡 try to use the global virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed May 27, 2022
1 parent 1a164a6 commit 756b566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install
run: |
poetry config virtualenvs.in-project false
poetry install
- name: Run black
run: poetry run black --check tests src
- name: Run isort
Expand Down

0 comments on commit 756b566

Please sign in to comment.