Skip to content

Commit

Permalink
Don't cache test:setup task (#4773)
Browse files Browse the repository at this point in the history
virtualenv hardcodes absolute paths in generated files, so we cannot
cache these artifacts. They cannot be used across machines effectively.
  • Loading branch information
mehulkar committed May 4, 2023
1 parent 910bc39 commit e1b3b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions turborepo-tests/integration/turbo.json
Expand Up @@ -9,10 +9,8 @@
"test": {
"dependsOn": ["cli#build", "topo", "test:setup"]
},

"test:setup": {
"inputs": ["setup.sh"],
"outputs": [".cram_env/**"]
"cache": false
}
}
}

0 comments on commit e1b3b8f

Please sign in to comment.