Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-camus committed Sep 2, 2024
1 parent 27510c2 commit 047d9c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI workflow

on:
push:
branches: ["main"]
branches: [ "main" ]
pull_request:
branches: ["main"]
branches: [ "main" ]

jobs:
build:
Expand All @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
runs: |
run: |
python -m pip install --upgrade pip
pip3 install -r requirements.txt
pip install -r requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 047d9c1

Please sign in to comment.