Browse Source

fix windows build

prozessorkern 4 năm trước cách đây
mục cha
commit
bbd5127220
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  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