Skip to content

build(deps-dev): bump virtualenv from 20.23.0 to 20.26.6 #198

build(deps-dev): bump virtualenv from 20.23.0 to 20.26.6

build(deps-dev): bump virtualenv from 20.23.0 to 20.26.6 #198

Workflow file for this run

name: ci
on:
push:
pull_request:
types: [opened, reopened]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
poetry-version: ['1.4.2']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install
- name: Test
run: poetry run pytest