Skip to content

Commit

Permalink
CI: Don't install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Mar 4, 2021
1 parent 0406c73 commit b2ce8b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
sudo pip3 install wheel
sudo pip3 install -r ci/requirements.txt
- run: gem install bundler

- run: bundle install --jobs 4 --retry 3

- name: Run tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
- run: pip3 install -r ci/requirements.txt

- run: gem install bundler

- run: bundle install --jobs 4 --retry 3

- name: Run tests
Expand Down

0 comments on commit b2ce8b1

Please sign in to comment.