Skip to content

Commit 8311dab

Browse files
authored
chore: add XRootD on macos (#1399)
1 parent 55c0525 commit 8311dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ssh -o StrictHostKeyChecking=no localhost echo "ssh connection successful"
6060
6161
- name: Install XRootD
62-
if: runner.os != 'macOS' && runner.os != 'Windows'
62+
if: runner.os != 'Windows'
6363
run: |
6464
conda env list
6565
mamba install xrootd

0 commit comments

Comments
 (0)