Skip to content

Commit

Permalink
Merge pull request #64 from pamelafox/fixcicd
Browse files Browse the repository at this point in the history
Disable quiet so we can see what happens
  • Loading branch information
pamelafox authored Apr 22, 2024
2 parents cc8ca31 + aaa5646 commit d792136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assign_role.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ echo 'Creating Python virtual environment ".venv"...'
python3 -m venv .venv

echo 'Installing dependencies from "requirements.txt" into virtual environment (in quiet mode)...'
.venv/bin/python -m pip --quiet --disable-pip-version-check install -r requirements-dev.txt
.venv/bin/python -m pip --disable-pip-version-check install -r requirements-dev.txt

python ./scripts/assign_role.py

0 comments on commit d792136

Please sign in to comment.