Skip to content

stats.py: change ds from list to dict, npm audit #25

stats.py: change ds from list to dict, npm audit

stats.py: change ds from list to dict, npm audit #25

Workflow file for this run

name: Test (server)
on:
push:
branches:
- master
paths:
- "src/**"
- "configs/**"
- ".github/workflows/ci.yml"
jobs:
setup-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies 📦
run: |
cd src/
python -m pip install -U pip
pip install -r server/requirements.txt
pip install -r server/test_requirements.txt
- name: Run tests 🧪
run: |
cd src/
pytest ./server/