Skip to content

Commit cf109ef

Browse files
committed
CI: Don't use bundle exec
1 parent f6ed836 commit cf109ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959

6060
- run: bundle install
6161

62-
- run: bundle exec rake compile
62+
- run: rake compile
6363

6464
- run: python lib/pycall/python/investigator.py
6565

66-
- run: bundle exec rake
66+
- run: rake
6767
env:
6868
PYTHON: python
6969

@@ -102,10 +102,10 @@ jobs:
102102

103103
- run: bundle install
104104

105-
- run: bundle exec rake compile
105+
- run: rake compile
106106

107107
- run: python lib/pycall/python/investigator.py
108108

109-
- run: bundle exec rake
109+
- run: rake
110110
env:
111111
PYTHON: python

0 commit comments

Comments
 (0)