Skip to content

Commit

Permalink
0.8.0rc0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 3, 2023
1 parent e582c03 commit 68b09e2
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 @@ -45,7 +45,7 @@ jobs:

- name: Install Pareto locally
working-directory: ../
run: git clone https://github.com/project-pareto/project-pareto.git && 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 0.8.0rc0 && pip install --progress-bar off .

- name: Build Backend
run: npm --prefix electron run build-backend
Expand Down

0 comments on commit 68b09e2

Please sign in to comment.