From 6f72ce5327743ed60892bd6ffe99d6d1057fbcdc Mon Sep 17 00:00:00 2001 From: zaid3727 Date: Tue, 2 Jul 2024 19:16:30 +0200 Subject: [PATCH] commit_pip --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dbfeca..c6cab08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,11 +51,6 @@ jobs: pip install git+https://github.com/splintered-reality/py_trees.git pip install git+https://github.com/splintered-reality/py_trees_ros.git - - name: Install coverage - run: pip install coverage - - - name: Debug PATH - run: echo $PATH - name: Run tests