This commit is contained in:
Bryan Black 2022-10-28 04:03:50 -07:00
parent 27743c7276
commit aae335cab2
2 changed files with 4 additions and 2 deletions

View file

@ -14,5 +14,7 @@
- solc
- solc-select
- brownie
- manticore
- mythril
- ganache
- remix

View file

@ -1,4 +1,4 @@
- name: Install python3.10-venv
- name: Install python3-venv
become_user: root
become: true
apt:
@ -6,4 +6,4 @@
update_cache: yes
cache_valid_time: 604800
pkg:
- python3.10-venv
- python3-venv