Skip to content

Commit 205f608

Browse files
committed
fix tmp.
1 parent ab7a8af commit 205f608

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

python/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@
9090
</arguments>
9191
</configuration>
9292
</execution>
93+
<execution>
94+
<id>python-install-wheel</id>
95+
<phase>validate</phase>
96+
<goals>
97+
<goal>exec</goal>
98+
</goals>
99+
<configuration>
100+
<executable>${python.venv.bin}${python.exe.bin}</executable>
101+
<arguments>
102+
<argument>-m</argument>
103+
<argument>pip</argument>
104+
<argument>install</argument>
105+
<argument>--only-binary=:all:</argument>
106+
<argument>--no-deps</argument>
107+
<argument>${project.basedir}/dist/tsfile-*.whl</argument>
108+
</arguments>
109+
</configuration>
110+
</execution>
93111
<execution>
94112
<id>compile-python-code</id>
95113
<phase>compile</phase>

0 commit comments

Comments
 (0)