Explorar el Código

fix windows build

prozessorkern hace 4 años
padre
commit
bbd5127220
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  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