You need Python 3.8+
This creates virtual environment and installs all packages from setup.cfg
source configure.sh
See Running Conductor from source
source configure.sh
export CONDUCTOR_SERVER_URL=http://localhost:8080/api
python ./tests/integration/main.py --clients-only
python ./tests/integration/main.py --workflow-execution-only
Change the version in version.sh
or set CONDUCTOR_PYTHON_VERSION
environment variable.
NOTE: version.sh
is sourced from the configure.sh
script.