Skip to content

Commit

Permalink
Add .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Virginia Dooley committed Sep 28, 2023
1 parent 5e959a2 commit ea78b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
version: 2.1
orbs:
slack: circleci/slack@4.1
slack: circleci/slack@4.12.5

executors:
py310:
Expand Down Expand Up @@ -205,6 +205,7 @@ jobs:
- slack/notify:
event: fail
template: basic_fail_1

code_deploy:
docker:
- image: cimg/python:3.10.4
Expand Down

0 comments on commit ea78b1c

Please sign in to comment.