Skip to content

Upgrade Python version to 3.12 #63

Upgrade Python version to 3.12

Upgrade Python version to 3.12 #63

Workflow file for this run

name: pytest
on: [pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('./Pipfile.lock') }}
- name: Install dependencies
uses: VaultVulp/[email protected]
with:
command: sync --dev
- name: Run pylint
uses: VaultVulp/[email protected]
with:
command: run pytest