From b1ef8e60822700eb98d6a968f600f94895c67121 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Sun, 12 May 2024 10:16:21 -0500 Subject: [PATCH] STY #325 --- .github/workflows/conda_unit_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda_unit_test.yml b/.github/workflows/conda_unit_test.yml index b7939c32..e8f6784f 100644 --- a/.github/workflows/conda_unit_test.yml +++ b/.github/workflows/conda_unit_test.yml @@ -56,7 +56,7 @@ jobs: - name: Directories before Docker run: ls -lAFghrt ~/ - + - name: Start EPICS IOCs in Docker run: | set -vxeuo pipefail @@ -95,7 +95,7 @@ jobs: CMD+="; up.wait_for_connection()" CMD+="; print(up.get(), pv.get())" python -c "${CMD}" - + - name: Install the hklpy package shell: bash -l {0} run: |