mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-19 01:10:33 +05:00
Merge branch 'master' into HEAD
This commit is contained in:
commit
6bb015a87e
@ -279,6 +279,7 @@ pip_windows:
|
|||||||
- pip
|
- pip
|
||||||
- windows
|
- windows
|
||||||
script:
|
script:
|
||||||
|
- .\tests\build_pip.ps1 C:\Python37
|
||||||
- .\tests\build_pip.ps1 C:\Python38
|
- .\tests\build_pip.ps1 C:\Python38
|
||||||
- .\tests\build_pip.ps1 C:\Python39
|
- .\tests\build_pip.ps1 C:\Python39
|
||||||
- .\tests\build_pip.ps1 C:\Python310
|
- .\tests\build_pip.ps1 C:\Python310
|
||||||
|
@ -8,7 +8,7 @@ export NETGEN_CCACHE=1
|
|||||||
|
|
||||||
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
|
/opt/python/cp39-cp39/bin/python tests/fix_auditwheel_policy.py
|
||||||
|
|
||||||
for pyversion in 38 39 310 311 312
|
for pyversion in 37 38 39 310 311 312
|
||||||
do
|
do
|
||||||
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin"
|
||||||
echo $PYDIR
|
echo $PYDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user