Skip to content

chore: Update youtubed CLI command in pyproject.toml and fix audio ex… #5

chore: Update youtubed CLI command in pyproject.toml and fix audio ex…

chore: Update youtubed CLI command in pyproject.toml and fix audio ex… #5

Workflow file for this run

name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies
run: |
poetry install
- name: Run tests
run: |
poetry run which pytest
poetry run python -m pytest