From 6f559c058288d5a3587a4534cf7c2311548426f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jill-J=C3=AAnn=20Vie?= Date: Thu, 23 Feb 2023 09:50:21 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a18464..0fd5562 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest pytest-cov + python -m pip install pytest pytest-cov codecov if [ -f requirements.txt ]; then pip install -r requirements.txt; fi make libfm - name: Test with pytest