Skip to content

Commit 4f16e26

Browse files
committed
ci: remove xspectrampoline module in tests
1 parent d1dcd44 commit 4f16e26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
steps:
4747
- name: Checkout
4848
uses: actions/checkout@v4
49+
- name: Delete main module
50+
# The main module is not needed for the tests and conflicts with how
51+
# Python imports the wheel after its been installed.
52+
run: |
53+
rm -rf xspectrampoline
4954
- name: Set up Python
5055
uses: actions/setup-python@v6
5156
with:

0 commit comments

Comments
 (0)