Skip to content

feat: turn off jobs #85

feat: turn off jobs

feat: turn off jobs #85

name: check_integration
on:
push:
env:
PYTHON_VERSION: '3.10'
POETRY_VERSION: '1.2.1'
jobs:
check_integration:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: actions/checkout@v2
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: ${{ env.POETRY_VERSION }}
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Verify poetry.lock agrees with pyproject.toml
run: poetry lock --check