Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #12

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #12

Workflow file for this run

name: Test it using poetry
on: [push, pull_request]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
steps:
- uses: actions/checkout@v3
- name: Test it
run: |
pipx install poetry>=1.2.1
poetry install
poetry run pytest