Skip to content

Commit

Permalink
build: make run steps list
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarron-idiap committed Dec 19, 2024
1 parent a7776cc commit 88bab44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ jobs:
runs-on: ubuntu-latest
name: qa
steps:
run:
- run:
- pip install pre-commit
- pre-commit run --all-files

build-job:
runs-on: ubuntu-latest
name: build
steps:
run:
- run:
- pip install . --no-cache

0 comments on commit 88bab44

Please sign in to comment.