Skip to content

Commit

Permalink
Do not create a virtual environment in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Jan 12, 2025
1 parent 4c9d4b1 commit b4dc5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip poetry
poetry config virtualenvs.create false
python -m pip install "${{ matrix.pytest }}"
make install
Expand Down

0 comments on commit b4dc5b5

Please sign in to comment.