Skip to content

Bump actions/setup-python from 4 to 5 #93

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #93

Workflow file for this run

name: "Push actions"
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
name: Check push
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: python -m pip install setuptools wheel black pytest
- run: python3 -m black .
- run: python3 -m pytest