Commit e8d499fd authored by Grant, Josh's avatar Grant, Josh
Browse files

remove unnecessary un/pw combo

parent ade15267
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
#!/usr/bin/env bash
user="Install"
key="Lr7QVY2WChLiSQtxfTyz"
site="code.ornl.gov/api/v4/projects/10568/packages/pypi/simple"
python3 -m pip --no-cache-dir install common \
  --index-url "https://$user:$key@$site" --trusted-host code.ornl.gov
  --index-url "https://$site" --trusted-host code.ornl.gov