Skip to content

Commit a410626

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a8886f1 + 08d0278 commit a410626

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.teamcity/Gempy/buildTypes/GempyEngine_TestingEngine.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<options>
77
<option name="allowExternalStatus" value="true" />
88
</options>
9+
<disabled-settings>
10+
<setting-ref ref="RQ_11" />
11+
</disabled-settings>
912
<parameters>
1013
<param name="REQUIREMENT_LEVEL" value="READ_MESH" />
1114
<param name="env.MPLBACKEND" value="Agg" />

.teamcity/Gempy/buildTypes/Gempy_TestingGemPy.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<options>
77
<option name="allowExternalStatus" value="true" />
88
</options>
9+
<disabled-settings>
10+
<setting-ref ref="RQ_6" />
11+
</disabled-settings>
912
<parameters>
1013
<param name="REQUIREMENT_LEVEL" value="READ_MESH" />
1114
<param name="USE_PRERELEASE" value="true" spec="checkbox checkedValue='true' display='prompt'" />
@@ -23,7 +26,7 @@
2326
set -ex # enable debug output and exit on error
2427
2528
# Create virtual environment using Python 3
26-
python3.12 -m venv venv
29+
python3.13 -m venv venv
2730
2831
# Activate the virtual environment
2932
source venv/bin/activate

0 commit comments

Comments
 (0)