Try older image
continuous-integration/drone/push Build is passing Details

master
Drew Bednar 1 year ago
parent 470f278f97
commit 634ecf512e

@ -4,10 +4,10 @@ name: CI Test Pipeline
steps:
- name: Unit Tests
image: python:3.11-bookworm
image: python:3.11-bullseye
commands:
# - bash -c './scripts/run_unit_tests.sh'
- bash -c 'sleep 100000'
- bash -c './scripts/run_unit_tests.sh'
# - bash -c 'sleep 100000'
trigger:
event:

Loading…
Cancel
Save