Skip to content

Commit 07d66ad

Browse files
committed
CI: trying to add tsort just once
1 parent a69face commit 07d66ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ jobs:
112112
- name: Run irb test
113113
working-directory: ./irb
114114
run: |
115-
bundle install && bundle add tsort
115+
bundle install
116116
bundle exec rake test
117117
- name: Run irb yamatanooroti test
118118
working-directory: ./irb
119119
env:
120120
WITH_VTERM: 1
121121
run: |
122122
gem rdoc --all --ri --no-rdoc
123-
bundle install && bundle add tsort
123+
bundle install
124124
bundle exec rake test_yamatanooroti
125125
126126
vterm-yamatanooroti:

0 commit comments

Comments
 (0)