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 f6ed836 commit cf109efCopy full SHA for cf109ef
.github/workflows/ci.yml
@@ -59,11 +59,11 @@ jobs:
59
60
- run: bundle install
61
62
- - run: bundle exec rake compile
+ - run: rake compile
63
64
- run: python lib/pycall/python/investigator.py
65
66
- - run: bundle exec rake
+ - run: rake
67
env:
68
PYTHON: python
69
@@ -102,10 +102,10 @@ jobs:
102
103
104
105
106
107
108
109
110
111
0 commit comments