CI fixes
continuous-integration/drone/push Build is failing Details

master
Drew Bednar 1 year ago
parent 79e461a19e
commit fc2439e3f3

@ -4,7 +4,7 @@ name: CI Test Pipeline
steps: steps:
- name: Unit Tests - name: Unit Tests
image: python:3.10-bookworm image: python:3.11-bookworm
commands: commands:
- bash -c './scripts/run_unit_tests.sh' - bash -c './scripts/run_unit_tests.sh'

@ -9,4 +9,4 @@ if [ "${DRONE}" == "true" ]; then
pip install -r requirements.txt -r dev-requirements.txt pip install -r requirements.txt -r dev-requirements.txt
fi fi
exec "${VIRTUAL_ENV}/bin/python" -m pytest -vv --cov "$@" exec "${VIRTUAL_ENV}/bin/python3" -m pytest -vv --cov "$@"

Loading…
Cancel
Save