Skip to content

Commit

Permalink
use altdoc branch with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Dec 14, 2023
1 parent c6822da commit d4ae4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Suggests:
vctrs,
withr
Config/Needs/website:
etiennebacher/altdoc@debugging,
etiennebacher/altdoc@use-venv,
future.apply,
here,
magrittr,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help

SHELL := /bin/bash
VENV := .venv
VENV := .venv_altdoc

RUST_TOOLCHAIN_VERSION := $(shell Rscript -e 'read.dcf("DESCRIPTION", fields = "Config/polars/RustToolchainVersion", all = TRUE)[1, 1] |> cat()')

Expand Down

0 comments on commit d4ae4fc

Please sign in to comment.