We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dcd44 commit 4f16e26Copy full SHA for 4f16e26
1 file changed
.github/workflows/package.yml
@@ -46,6 +46,11 @@ jobs:
46
steps:
47
- name: Checkout
48
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
54
- name: Set up Python
55
uses: actions/setup-python@v6
56
with:
0 commit comments