Skip to content

Commit 65f2f02

Browse files
committed
Add --batch back to CI configuration
1 parent 2171d54 commit 65f2f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "Before installation:"
2424
raco pkg show --all
25-
raco pkg install --auto -j $(nproc) --skip-installed
25+
raco pkg install --auto --batch -j $(nproc)
2626
echo "After installation:"
2727
raco pkg show --all
2828
- name: Run Tests

0 commit comments

Comments
 (0)