Skip to content

Commit

Permalink
fix backend insatllation step
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 13, 2024
1 parent d163147 commit da21823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install correct branch of pareto
working-directory: ../
run: git clone https://github.com/project-pareto/project-pareto.git && git fetch --all --tags && git checkout tags/1.0.0 -b 1.0.0 && cd project-pareto && pip install --progress-bar off .
run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && git fetch --all --tags && git checkout tags/1.0.0 -b 1.0.0 && pip install --progress-bar off .

- name: Install build requirements
working-directory: ./backend
Expand Down

0 comments on commit da21823

Please sign in to comment.