rule a:
    output:
        touch("foo.txt"),
    conda:
        "test.yml"
    script:
        "test.py"
