Skip to content

Commit 6ec1fc9

Browse files
committed
Don't install package that comes with bats-core
It didn't use to come with it but now it does
1 parent f6e0070 commit 6ec1fc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Install parallel # Used in CI Bash
14-
run: sudo apt-get install parallel
15-
1613
- name: CI Bash
1714
run: make ci-bash
1815

0 commit comments

Comments
 (0)