We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0406c73 commit b2ce8b1Copy full SHA for b2ce8b1
.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
0 commit comments