From 7c51c85d31d03015a89aa320ff847cb762a4ccab Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Fri, 28 Jun 2024 15:00:44 -0400 Subject: [PATCH] fix order --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5583ccde..a0f6f428 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: - name: Install correct tag of pareto working-directory: ../ - run: git clone https://github.com/project-pareto/project-pareto.git && git fetch --all --tags && git checkout tags/1.0.0rc1 -b 1.0.0rc1 && 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.0rc1 -b 1.0.0rc1 && pip install --progress-bar off . - name: Install numpy 1.24.3 run: |