Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 2, 2023
1 parent 9c149d1 commit aa5d0bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/cy/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ test-deploy:
#!/usr/bin/env bash
set -eou pipefail
{{ _with_debug }}
# echo "${FUZZBUCKET_SSH_KEY}" > .fuzzbucket-ssh-key
# chmod 600 .fuzzbucket-ssh-key
# export SSH_OPTIONS="-i.fuzzbucket-ssh-key"
# export TEST_ENVIRONMENT=${TEST_ENVIRONMENT}
pip install -r ../setup/requirements.txt
CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')" \
CONNECT_SERVER="$(python ../setup/connect_setup.py)" \
CYPRESS_CONNECT_ADDRESS="${CONNECT_SERVER}/connect/\#/login" \
Expand Down

0 comments on commit aa5d0bf

Please sign in to comment.