Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

fix: revert back to HTTPException #104

fix: revert back to HTTPException

fix: revert back to HTTPException #104

Workflow file for this run

name: "Check assets and verify"
on: [push]
jobs:
assests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: "Install dependencies"
run: |
pip install -r requirements.txt
- name: "Install pytest"
run: |
pip install pytest
- name: "Run tests"
run: |
python -m pytest test.py -v