Skip to content

Bump python-dotenv from 1.0.0 to 1.0.1 #58

Bump python-dotenv from 1.0.0 to 1.0.1

Bump python-dotenv from 1.0.0 to 1.0.1 #58

Workflow file for this run

name: Bot Test
on: push
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements.dev.txt
- name: Run tests
run: python -m unittest discover autobot/tests