Skip to content

Commit

Permalink
fix: documentation tests (#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Jan 14, 2025
1 parent 954456c commit bd9b35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- "**/*"
- "!assets/**"
- "!docs/**"
- "docs/source_files/**"
- "!install/**"
- "!assets/**"
- "!**/*.md"
Expand Down
6 changes: 3 additions & 3 deletions docs/source_files/pixi_tomls/activation.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
channels = []
name = "activation"
platforms = ["linux-64"]
platforms = ["linux-64", "win-64"]

# --8<-- [start:activation]
[activation.env]
Expand All @@ -14,12 +14,12 @@ R_LIBS = "$PIXI_R_LIBS"
R_LIBS_USER = "$PIXI_R_LIBS"


[activation]
[target.unix.activation]
# Use sh scripts on unix
scripts = [
# Common in the ROS workspaces
"install/setup.sh",
# Want to add some personall scripts to the activation:
# Want to add some personal scripts to the activation:
"activation.sh",
]

Expand Down

0 comments on commit bd9b35d

Please # to comment.