Skip to content

Fix: bump vm2, add deprecation warning #304

Fix: bump vm2, add deprecation warning

Fix: bump vm2, add deprecation warning #304

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: latest
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install -U pip
- run: pip install -r requirements-lock.txt
- run: python cute.py install_npm
- run: pip install .
- run: python cute.py test