Skip to content

Commit

Permalink
Remove system virtualenv (deprecated?)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jul 15, 2024
1 parent f942264 commit 6b999c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
fast_finish: true

before_install:
- pip install poetry
- sudo apt remove -y python3-virtualenv
- pip install -U poetry virtualenv
install:
- poetry install
script:
Expand Down

0 comments on commit 6b999c4

Please sign in to comment.