Skip to content

Commit

Permalink
Swap make command with actual installation in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-spext committed Oct 28, 2024
1 parent ac64f4c commit b143e68
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:

- name: Install dependencies
run: |
cd backend
python -m venv venv
make install
shell: bash

source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Build HTML
run: |
Expand Down

0 comments on commit b143e68

Please sign in to comment.