Skip to content

Add --strip-extras feature to wrap pip-compile flag #377

Add --strip-extras feature to wrap pip-compile flag

Add --strip-extras feature to wrap pip-compile flag #377

Workflow file for this run

name: Python 3.8
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install tox
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Run tox
run: |
tox