Skip to content

Commit fba9bf7

Browse files
committed
Hope this works
1 parent ec4531f commit fba9bf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
shell: bash -l {0}
8282
run: |
8383
# We don't install sage_setup, so don't try to test it
84-
rm -R ./src/sage_setup/
84+
# If editable then deleting the directory will cause sage to detect rebuild, which will cause ninja to fail
85+
# so we don't delete the directory in this case
86+
${{ matrix.editable && 'true' || 'rm -R ./src/sage_setup/' }}
8587
./sage -t --all -p4
8688
8789
- name: Upload log

0 commit comments

Comments
 (0)