From f37ffe1409d8ceff16571b957ffff554ef768788 Mon Sep 17 00:00:00 2001 From: Lodewijk Nauta Date: Wed, 23 Aug 2023 16:28:41 +0200 Subject: [PATCH] Add deprecated nose to ensure CICD success --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index af1930f..6ca85a7 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,7 +34,7 @@ jobs: python -m pip install --upgrade pip pip install -U . pip install -U ".[test]" - pip install flake8 pytest + pip install flake8 pytest nose if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: |