Skip to content

Commit 4084441

Browse files
committed
fix build.yml
1 parent 3b1ccf5 commit 4084441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Run full test
103103
run: |
104-
if [[ "${{ matrix.os }}" == macos* ]]; then
104+
if [[ "${{ matrix.install-method }}" == "pipx" || "${{ matrix.os }}" == macos* ]]; then
105105
partis-test.py --no-simu
106106
partis-test.py --paired --no-simu
107107
else

0 commit comments

Comments
 (0)