Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw authored Jul 22, 2024
1 parent 6c64324 commit 8e23777
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ jobs:
- name: install python dependencies
run: |
cd ./backend
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip3 install -r requirements-dev.txt
- name: Lint with ruff
run: |
cd ./backend
Expand Down

0 comments on commit 8e23777

Please sign in to comment.