Skip to content

feat: Flickr rate limit retry with backoff #1

feat: Flickr rate limit retry with backoff

feat: Flickr rate limit retry with backoff #1

Workflow file for this run

name: Tests
on:
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.13
uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: 'poetry'
- name: Install dependencies
run: poetry install --no-root --with dev
- name: Run tests
run: poetry run pytest