We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8445b02 commit d619321Copy full SHA for d619321
.evergreen/hatch.sh
@@ -28,7 +28,8 @@ else # Set up virtualenv before installing hatch
28
29
# Ensure hatch does not write to user or global locations.
30
touch hatch_config.toml
31
- export HATCH_CONFIG=$(pwd)/hatch_config.toml
+ HATCH_CONFIG=$(pwd)/hatch_config.toml
32
+ export HATCH_CONFIG
33
hatch config restore
34
hatch config set dirs.data ".hatch/data"
35
hatch config set dirs.cache ".hatch/cache"
0 commit comments