We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0f474 commit 796fc6bCopy full SHA for 796fc6b
.github/workflows/ubuntu.yml
@@ -49,8 +49,6 @@ jobs:
49
sudo pip3 install wheel
50
sudo pip3 install -r ci/requirements.txt
51
52
- - run: gem install bundler
53
-
54
- run: bundle install --jobs 4 --retry 3
55
56
- name: Run tests
.github/workflows/windows.yml
@@ -46,8 +46,6 @@ jobs:
46
47
- run: pip3 install -r ci/requirements.txt
48
- run: bundle install --jobs 4 --retry 3 --without pycall
0 commit comments