Skip to content

Fix: bump vm2, add deprecation warning #290

Fix: bump vm2, add deprecation warning

Fix: bump vm2, add deprecation warning #290

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-python@v4
with:
python-version: '3.x'
- run: pip install --force-reinstall pip==22.x setuptools
- run: pip --version && pip show setuptools
- run: pip -vvv install . -C verbose=true