Browse Source

fix windows build

prozessorkern 4 years ago
parent
commit
bbd5127220
2 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/python-app.yml
  2. 0 0
      requirements.txt

+ 1 - 2
.github/workflows/python-app.yml

@@ -26,8 +26,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install flake8 pytest
-        if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+        pip install -r requirements.txt
     - name: Run tests
       run: |
         python metrix++.py test

+ 0 - 0
requirements.txt