Skip to content

Commit

Permalink
Hack for netifaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoe committed Feb 3, 2021
1 parent 690901d commit b014fe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions scripts/download-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,6 @@ echo "Installing requests (python module)"
pip install requests
check_import requests

echo
echo "Installing netifaces (python module)"
pip install netifaces
check_import netifaces


echo
echo "Installing robotframework (python module)"
Expand Down
2 changes: 0 additions & 2 deletions scripts/enter-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,6 @@ check_import yaml || return 1

check_import requests || return 1

check_import netifaces || return 1

check_import robot || return 1

check_import pythondata_software_compiler_rt || return 1
Expand Down

0 comments on commit b014fe6

Please sign in to comment.