From 9f738eb481c713f834b86620787da9bc39d79f42 Mon Sep 17 00:00:00 2001
From: Khaled Shehada <45083797+shehadak@users.noreply.github.com>
Date: Thu, 30 Nov 2023 07:03:01 -0500
Subject: [PATCH] Update "Automerge check" job to include dependency
 installation

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9288c79c..94713068 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ jobs:
       python: '3.9'
       env: PRIVATE_ACCESS=1
     - stage: "Automerge check"
-      install: skip
+      install: python -m pip install -e ".[test]"
       if: type = pull_request
       script: 
         - |