Skip to content

test(tox): correct tox file to run properly in a github action #29

test(tox): correct tox file to run properly in a github action

test(tox): correct tox file to run properly in a github action #29

name: YNAmazon
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libjpeg-dev (used for Pillow library)
run: sudo apt-get install libjpeg-dev
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: 0.6.12
- name: Install Python using uv
run: uv python install
- name: Install Packages using uv
run: uv sync
- name: Run ruff
run: uv run ruff check