Skip to content

fix: requirements.txt to reduce vulnerabilities #108

fix: requirements.txt to reduce vulnerabilities

fix: requirements.txt to reduce vulnerabilities #108

Workflow file for this run

name: Run tests
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout into Repository
uses: actions/checkout@v3
- name: Setup Python and cache req
uses: actions/setup-python@v4
with:
python-version: 3.10.4
- name: Run Tests
run: python tests.py
shell: sh