Skip to content

Bump requests from 2.31.0 to 2.32.2 (#313) #906

Bump requests from 2.31.0 to 2.32.2 (#313)

Bump requests from 2.31.0 to 2.32.2 (#313) #906

Workflow file for this run

name: Run Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install poetry
- run: poetry install
- run: poetry run make test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make test-docker