Skip to content

Commit 94d1a7d

Browse files
authored
Merge pull request #2129 from AndreMiras/feature/fixes_coveralls_not_running
Fix coveralls error on GitHub Actions
2 parents b874e98 + b0e6310 commit 94d1a7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ virtualenv: $(VIRTUAL_ENV)
2828
# ignores test_pythonpackage.py since it runs for too long
2929
test:
3030
$(TOX) -- tests/ --ignore tests/test_pythonpackage.py
31-
@if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \
3231

3332
rebuild_updated_recipes: virtualenv
3433
. $(ACTIVATE) && \

0 commit comments

Comments
 (0)