Skip to content

It's another PWT update lmao #433

It's another PWT update lmao

It's another PWT update lmao #433

Workflow file for this run

name: compile
on: [ push, pull_request, workflow_dispatch ]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.15'
- run: sudo apt-get install libyaml-dev
- name: install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pyyaml git+https://github.com/TwitchPlaysPokemon/pokecat.git
- name: compile pokesets
run: python compile.py
- uses: actions/upload-artifact@v2
with:
name: pbrpokemondb.json
path: pbrpokemondb.json