Skip to content

Scheduled daily dependency update on Saturday #1305

Scheduled daily dependency update on Saturday

Scheduled daily dependency update on Saturday #1305

Workflow file for this run

name: Python application
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: install dependencies
run: pip install -q pipenv codecov
run: pipenv sync --dev

Check failure on line 21 in .github/workflows/libpythonpro.yml

View workflow run for this annotation

GitHub Actions / Python application

Invalid workflow file

The workflow is not valid. .github/workflows/libpythonpro.yml (Line: 21, Col: 9): 'run' is already defined
- name: flake8
run: flake8 .
- name: pytest
run: pytest libpythonpro_tardelli --cov=libpythonpro_tardelli
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
fall_ci_if_error: true