Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 12, 2024
1 parent 3bd01c6 commit 3d1e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ONESHELL:
ENV_PREFIX=$(shell poetry env info -p)/bin/
ENV_PREFIX=$(shell poetry env info -p 2>/dev/null || { [ -d "/home/runner/.local" ] && echo "/home/runner/.local"; })/bin/
TEST_DIR?="tosfs/tests/"

.PHONY: help
Expand Down

0 comments on commit 3d1e731

Please sign in to comment.