]> xmof Git - DeDRM.git/commitdiff
GitHub Action: There is no requirements.txt
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 12:35:10 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 12:35:10 +0000 (13:35 +0100)
.github/workflows/Python_tests.yml

index a9ad8f8a76089292c04441b9acf43093d1e5c82d..1a6e42255661d1fd7606af55a698ccdeb04f674a 100644 (file)
@@ -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: |