Skip to content

Commit

Permalink
Fix syntax error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedlp committed Sep 6, 2023
1 parent 5241538 commit 107d731
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install dev dependencies
run: pip install -r requirements_test.txt


qualite:
needs: build
runs-on: ubuntu-latest
Expand All @@ -46,8 +45,6 @@ jobs:
-name: pyramide des tests
run: ./tests/tests_pyramid.sh



tests:
needs: qualite
runs-on: ubuntu-latest
Expand Down

0 comments on commit 107d731

Please sign in to comment.