Skip to content

[Snyk] Upgrade @mui/material from 6.1.5 to 6.1.6 #8

[Snyk] Upgrade @mui/material from 6.1.5 to 6.1.6

[Snyk] Upgrade @mui/material from 6.1.5 to 6.1.6 #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
pytest