Skip to content

build(deps): bump codecov/codecov-action from 3.1.4 to 4.4.1 #341

build(deps): bump codecov/codecov-action from 3.1.4 to 4.4.1

build(deps): bump codecov/codecov-action from 3.1.4 to 4.4.1 #341

Workflow file for this run

name: dev
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
dev-deps:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2022, macos-11]
python-version: ["3.11"]
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: install developer dependencies
run:
pip install --upgrade pip
pip install -r requirements.txt