1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00

Update pythonpackage.yml

This commit is contained in:
Steffo 2019-08-13 00:00:36 +02:00 committed by GitHub
parent 34dd255e39
commit 038850d70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Check syntax
run: |
python -m py_compile world.py
# - name: Test with pytest
# run: |
# pip install pytest