Skip to content

Commit

Permalink
CI use all action
Browse files Browse the repository at this point in the history
fix #27
  • Loading branch information
TheoMF committed Aug 3, 2023
1 parent a0c06ec commit 1e048dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ jobs:
python-version: "3.10"
- name: Install gepetuto and its dependencies
run: pipx install -e .
- name: Install isort
run: pipx install isort
- name: Install black
run: pipx install black
- name: Install ruff
run: pipx install ruff
- name: check with gepetuto
run: cd tests && gepetuto -vva
run: cd tests && gepetuto -vva all

0 comments on commit 1e048dc

Please sign in to comment.