Skip to content

Stop installing from lock file #138

Stop installing from lock file

Stop installing from lock file #138

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install -U pip wheel
- run: cat requirements.txt | xargs -n 1 pip install || exit 0
- run: pip install .
- run: python cute.py test