Skip to content

Commit

Permalink
Try to use vim in freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jul 19, 2022
1 parent 238f269 commit 2eddc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ freebsd_task:
freebsd_instance: {image_family: freebsd-13-1}
install_script:
- pkg remove -y python lang/python
- pkg install -y git python39 py39-pip py39-gdbm py39-sqlite3 py39-tox # py39-pipx
- pkg install -y git vim python39 py39-pip py39-gdbm py39-sqlite3 py39-tox # py39-pipx
- pip install -U pipx
# pipx in freebsd 2022Q3 is outdated/broken, so we obtain it with pip.
# Probably it is safe to `pkg install py39-pipx` directly after Oct/2022.
Expand Down

0 comments on commit 2eddc62

Please sign in to comment.