rule random_python_conda_script:
	output:
		"version.txt"
	conda:
		"test_python_env.yaml"
	script:
		"test_script.py"
