1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Update pythonpackage.yml

This commit is contained in:
Steffo 2019-09-29 01:13:05 +02:00 committed by GitHub
parent 72e053f383
commit f97a896890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Download Git LFS files
run: |
git lfs install
git pull
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@ -31,6 +35,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd ..
pip install pytest
pytest