Hi VSoft,
I found a problem when running two Python VirtualEnv Actions concurrent in different builds on the same system. The second build detects the first virtual environment in a different workspace and fails (Error: ‘A virtual environment already exists.’) when he tries to create his virtual environment.
My version of continua is the 1.9.1.626. I will test it also on the newest version but from your release log I dont think that this will fix the Problem.
My test configuration contains following actions:
- Python VirtualEnv (Target Directory: ‘venv’)
- Delay (Seconds: 60)
When starting now two build the second fails.