Skip to content

Commit

Permalink
Small fix to github code check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 1, 2024
1 parent 97dad4c commit 68cf139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
cache-dependency-path: 'frontend/package-lock.json'
- name: Install dependencies and check code
run: |
cd backend
poetry env use '3.10'
source .venv/bin/activate
poetry install --with test --all-extras
Expand Down

0 comments on commit 68cf139

Please sign in to comment.