Skip to content

Commit b2ce8b1

Browse files
committed
CI: Don't install bundler
1 parent 0406c73 commit b2ce8b1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ubuntu.yml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
sudo pip3 install wheel
5050
sudo pip3 install -r ci/requirements.txt
5151
52-
- run: gem install bundler
53-
5452
- run: bundle install --jobs 4 --retry 3
5553

5654
- name: Run tests

.github/workflows/windows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
4747
- run: pip3 install -r ci/requirements.txt
4848

49-
- run: gem install bundler
50-
5149
- run: bundle install --jobs 4 --retry 3
5250

5351
- name: Run tests

0 commit comments

Comments
 (0)