Skip to content

chore(deps): bump requests from 2.31.0 to 2.32.0 #81

chore(deps): bump requests from 2.31.0 to 2.32.0

chore(deps): bump requests from 2.31.0 to 2.32.0 #81

Workflow file for this run

name: prose/ci
on:
pull_request:
branches:
- main
paths-ignore:
- '__pycache__'
- '.pytest_cache'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install -U pip poetry
python -m poetry install --with dev
- name: Test with pytest
run: |
python -m poetry run python -m pytest
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install -U pip poetry
python -m poetry install --with dev
- name: Test with pytest
run: |
python -m poetry run python -m pytest