Skip to content

Commit f006206

Browse files
miguelteamcity
authored andcommitted
runners of 'TestingGemPy' build configuration were updated (TeamCity change in 'Gempy' project)
1 parent 39e016a commit f006206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/Gempy/buildTypes/Gempy_TestingGemPy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ls -la requirements
3636
# Install requirements and teamcity-messages package
3737
if [ "%USE_PRERELEASE%" = "true" ]; then
3838
echo "Installing pre-release version of gempy_engine"
39-
venv/bin/pip install --pre --upgrade --verbose -r requirements/dev-requirements.txt
39+
venv/bin/pip install --pre --verbose -r requirements/dev-requirements.txt
4040
else
4141
echo "Installing stable version of gempy_engine"
4242
venv/bin/pip install --verbose -r requirements/dev-requirements.txt

0 commit comments

Comments
 (0)