Skip to content

Commit

Permalink
use 0.9_rel for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jan 17, 2024
1 parent ea39804 commit 8cb24cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:
miniforge-version: latest
activate-environment: pareto-ui-env

- name: Install correct branch of pareto
# - name: Install correct branch of pareto
# working-directory: ../
# run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && pip install --progress-bar off .

- name: Install Pareto (0.9_rel) 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 && git checkout 0.9_rel && pip install --progress-bar off .

- name: Install electron JS dependencies
run: |
Expand Down

0 comments on commit 8cb24cc

Please sign in to comment.