Skip to content

Adapt to the changes in godot download page (#698) #173

Adapt to the changes in godot download page (#698)

Adapt to the changes in godot download page (#698) #173

Workflow file for this run

name: style_test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
sudo apt install gir1.2-gtk-3.0 libgirepository1.0-dev python3-apt fakeroot
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
./runtests pep8