Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Sep 25, 2024
1 parent 8ac2d5d commit 3cf7f06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr_checks_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ jobs:
with:
python-version: '3.11.4'

- name: Install Radon
run: pip install radon
- name: Install Dependencies
run: |
pip install radon
pip install ruff
run-radon:
runs-on: ubuntu-latest
needs: setup
continue-on-error: true # Ensure workflow continues on error
continue-on-error: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3cf7f06

Please sign in to comment.