Parcourir la source

Update python-app.yml

Karl0ss il y a 1 an
Parent
commit
3008a4443e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/python-app.yml

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

@@ -27,8 +27,8 @@ jobs:
       uses: snok/install-poetry@v1        
     - name: Install dependencies
       run: |
-        poetry install
+        poetry install --no-interaction
     - name: Get latests
       run: |
          ls
-         python main.py
+         poetry run main.py