Update python-app.yml

This commit is contained in:
Karl0ss 2023-11-27 13:50:02 +00:00 committed by GitHub
parent f4c950b868
commit 846148b537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,6 @@ jobs:
uses: snok/install-poetry@v1
- 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
poetry install
# - name: Get latests
# run: |