From 798a7f9c8e5f0ca0fb6a433b9d0f2dead242949f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 20 Jan 2020 13:35:10 +0100 Subject: [PATCH] GitHub Action: There is no requirements.txt --- .github/workflows/Python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python_tests.yml b/.github/workflows/Python_tests.yml index a9ad8f8..1a6e422 100644 --- a/.github/workflows/Python_tests.yml +++ b/.github/workflows/Python_tests.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest -r requirements.txt + pip install flake8 pytest # -r requirements.txt #- name: Check formatting with black # if: matrix.python-version == '3.8' # run: |