Skip to content

build(deps-dev): bump pytest from 7.4.1 to 7.4.2 #136

build(deps-dev): bump pytest from 7.4.1 to 7.4.2

build(deps-dev): bump pytest from 7.4.1 to 7.4.2 #136

Workflow file for this run

name: Unittests
on: [push]
jobs:
run_unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checking out the repo
- name: install_deps
uses: VaultVulp/[email protected]
with:
command: install -d # Install all dependencies, including development ones
- name: show_graph
uses: VaultVulp/[email protected]
with:
command: graph # shows installed pip packages
- name: test
uses: VaultVulp/[email protected]
with:
command: run pytest -vv