Skip to content

Bump requests from 2.31.0 to 2.32.0 #67

Bump requests from 2.31.0 to 2.32.0

Bump requests from 2.31.0 to 2.32.0 #67

Workflow file for this run

name: pytest
on:
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: fortitudo.tech-dev
environment-file: requirements.yml
- run: pytest --cov=fortitudo/tech --cov-fail-under=100 --cov-report=xml
- uses: codecov/codecov-action@v3