mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 17:51:22 -04:00
try installing for fun
This commit is contained in:
parent
ba6286a9e7
commit
8c2f1c4807
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ python="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64/python"
|
||||||
export PYTHONPATH="${python}"
|
export PYTHONPATH="${python}"
|
||||||
$python -V
|
$python -V
|
||||||
$python -m pip install -r "${script_dir}/requirements.txt"
|
$python -m pip install -r "${script_dir}/requirements.txt"
|
||||||
|
$python -m pip freeze
|
||||||
|
|
||||||
# pip-installed exes will be installed here, so we'll put those at the front
|
# pip-installed exes will be installed here, so we'll put those at the front
|
||||||
# of the PATH
|
# of the PATH
|
||||||
|
|
|
@ -4,4 +4,4 @@ set -eux -o pipefail
|
||||||
|
|
||||||
whoami
|
whoami
|
||||||
|
|
||||||
/d/a/brigadier/brigadier/dist/brigadier -m Macmini4,1
|
/d/a/brigadier/brigadier/dist/brigadier -m Macmini4,1 -i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue