Skip to content

Commit a3a121e

Browse files
committed
use absolute path for hatch data
1 parent 81b0216 commit a3a121e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/hatch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ else # Set up virtualenv before installing hatch
3434
fi
3535
export HATCH_CONFIG
3636
hatch config restore
37-
hatch config set dirs.data ".hatch/data"
38-
hatch config set dirs.cache ".hatch/cache"
37+
hatch config set dirs.data "$(pwd)/.hatch/data"
38+
hatch config set dirs.cache "$(pwd)/.hatch/cache"
3939

4040
run_hatch() {
4141
python -m hatch run "$@"

0 commit comments

Comments
 (0)