Skip to content

Commit c2ae530

Browse files
committed
Also install math package (thereby math-doc)
1 parent 6e31759 commit c2ae530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/[email protected]
2323
- name: Register local packages
2424
run: |
25-
raco pkg install -i --auto --no-setup --skip-installed math-test
25+
raco pkg install -i --auto --no-setup --skip-installed math-test math
2626
raco pkg update --auto --no-setup source-syntax math-lib math-doc math math-test
2727
- run: raco setup --check-pkg-deps math math-test
2828
- run: raco test math-test

0 commit comments

Comments
 (0)