Skip to content

Commit

Permalink
try quoting env marker location
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Apr 4, 2024
1 parent c3a1166 commit 40eb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $(ENV_MARKER): $(VENV_BINARY)
python -m pip install --upgrade pip; \
python -m pip install -e .; \
python -m cmdstanpy.install_cmdstan $(INSTALL_CMDSTAN_FLAGS); \
$$null > $@ ; \
$$null > '$@' ; \
)

test: $(ENV_MARKER)
Expand Down

0 comments on commit 40eb213

Please sign in to comment.