Skip to content

Bump actions/setup-python from 5.2.0 to 5.3.0 #104

Bump actions/setup-python from 5.2.0 to 5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0 #104

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry install
- name: pypather test
run: poetry run pypanther test