Skip to content

Commit

Permalink
STY #325
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 12, 2024
1 parent 43d0795 commit b1ef8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Directories before Docker
run: ls -lAFghrt ~/

- name: Start EPICS IOCs in Docker
run: |
set -vxeuo pipefail
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b1ef8e6

Please sign in to comment.