Skip to content

Commit 6bb0ad5

Browse files
committed
Remove unneeded step
1 parent edc48aa commit 6bb0ad5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
with:
3737
ruby-version: ${{ matrix.ruby }}
3838
bundler-cache: true # 'bundle install' and cache
39-
# Avoid issues on these platforms
40-
- if: ${{ matrix.ruby == '2.6' }}
41-
run: gem update --system
4239
- name: Run test
4340
run: bundle exec rake
4441
env:

0 commit comments

Comments
 (0)