Skip to content

Commit 33dff50

Browse files
committed
Remove debugging statement from CI configuration
1 parent 65f2f02 commit 33dff50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
version: ${{ matrix.racket-version }}
2121
- name: Install Package and its Dependencies
2222
run: |
23-
echo "Before installation:"
24-
raco pkg show --all
2523
raco pkg install --auto --batch -j $(nproc)
26-
echo "After installation:"
27-
raco pkg show --all
2824
- name: Run Tests
2925
run: raco test -j $(nproc) -t .

0 commit comments

Comments
 (0)