From 2cc2fe2ae720763a08426ee6ba91927c569c5ce6 Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Wed, 29 May 2024 21:27:03 +0000 Subject: [PATCH] removed pytest junit install --- .github/workflows/ci-unit_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-unit_tests.yaml b/.github/workflows/ci-unit_tests.yaml index b6e086b641..be4dc185af 100644 --- a/.github/workflows/ci-unit_tests.yaml +++ b/.github/workflows/ci-unit_tests.yaml @@ -24,7 +24,6 @@ jobs: sudo apt-get install -y perl libxml-libxml-perl libxml-libxslt-perl libdatetime-perl python -m pip install --upgrade pip pip install pytest - pip install pytest-junit - name: Cache Rocoto Install uses: actions/cache@v4