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 9ae4c4c commit d1c5368Copy full SHA for d1c5368
.github/workflows/wheels.yml
@@ -25,8 +25,9 @@ jobs:
25
mkdir ug4-git
26
mkdir ug4-git/plugins
27
mkdir ug4-git/plugins/SuperLU6
28
- mv * ug4-git/plugins/SuperLU6
29
- mv ug4-git/plugins/SuperLU6/pyproject.toml .
+ mv external ug4-git/plugins/SuperLU6
+ mv *.cpp ug4-git/plugins/SuperLU6
30
+ mv *.h ug4-git/plugins/SuperLU6
31
continue-on-error: true
32
33
- name: Checkout ughub
0 commit comments