Skip to content

Add wrapper for raise_for_status #103

Add wrapper for raise_for_status

Add wrapper for raise_for_status #103

Workflow file for this run

name: Python
on:
push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python "3.9"
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
run: make deps
- name: Test
run: make test