summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-28 18:32:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:43:12 +0900
commitd1bad9508380ed02ba41446351bca7975af31ebb (patch)
tree71902440009191828c30d1cf615f07b8e4dc455f
parenta63df49e95e94e3782069d454e98172693c179ab (diff)
downloadbundler-d1bad9508380ed02ba41446351bca7975af31ebb.tar.gz
Removed needless graphviz depends
-rw-r--r--.github/workflows/ubuntu-bundler3.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index 5f05c27178..826c52a5cc 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -23,7 +23,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Prepare dependencies
run: |
- sudo apt-get install graphviz -y
gem i parallel_tests -v "~> 2.29"
bin/rake override_version
bin/rake spec:parallel_deps