Skip to content

Commit

Permalink
🚀 Fix ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BeaverNotACat committed Jul 22, 2024
1 parent 7bdac6a commit 8d0202f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
python-version: "3.12"

- name: ⬇️ Install dependencies
working-directory: ./backend
run: |
make dev-deps
- name: 🚨 Lint
working-directory: ./backend
run: |
make lint
Expand All @@ -42,12 +40,10 @@ jobs:
python-version: "3.12"

- name: ⬇️ Install dependencies
working-directory: ./backend
run: |
make dev-deps
- name: 🚨 Test
working-directory: ./backend
run: |
make lint
Expand Down

0 comments on commit 8d0202f

Please sign in to comment.