Skip to content

Commit

Permalink
fixup! CI message first test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Nov 25, 2024
1 parent 05b6406 commit 4080b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Install dependencies
run: |
cd src/api
pipenv install -d .
pipenv install -d
pipenv install -e .
lint-api:
needs: build-api
Expand Down

0 comments on commit 4080b91

Please sign in to comment.