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 authored and gsoltis committed May 5, 2023
1 parent 0b4df2c commit 9ecca1a
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 9ecca1a

Please sign in to comment.