Skip to content

Update to 0.8.0-beta.2 #16

Update to 0.8.0-beta.2

Update to 0.8.0-beta.2 #16

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: SGGWBot tests
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
permissions:
contents: read
jobs:
linux_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
cache: 'pip'
- run: pip install -r requirements.txt
- run: pytest