Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

TeamCity: Restrict PATH variable on agents #1049

Closed JoerivanEngelen closed 1 month ago

JoerivanEngelen commented 1 month ago

We have some jobs randomly failing on certain agents, investigation of @Manangka showed that this is because of a global Anaconda install on the agents, which also comes with its own GDAL and NetCDF4 installations. Removing this installation from PATH removes the conflicting DLL loading.

As we cannot be certain what other colleagues outside our team install on the teamcity agents, it is better to run our jobs with a restricted PATH environmental variable.