Skip to content

Commit c3813c1

Browse files
committed
CI: Stop installing bundler explicitly
1 parent 9738e55 commit c3813c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
python-version: ${{ matrix.python }}
5959
architecture: ${{ matrix.python_architecture }}
6060

61-
- run: gem install bundler
62-
6361
- run: pip install --user numpy
6462

6563
- run: bundle install
@@ -101,8 +99,6 @@ jobs:
10199
with:
102100
python-version: ${{ matrix.python }}
103101

104-
- run: gem install bundler
105-
106102
- run: conda install numpy
107103

108104
- run: bundle install

0 commit comments

Comments
 (0)