From e93e2d7d791f4ec0f5173ad6e4bcdbde0758b97e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 29 Apr 2024 05:40:06 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4804136..8f3f349 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Build Constructor shell: bash -l {0} run: | - conda install -y --name test -c conda-forge constructor + conda install -y -c conda-forge constructor mkdir build constructor -v --output-dir=build --platform="linux-64" constructor @@ -39,7 +39,7 @@ jobs: - name: Build Constructor shell: bash -l {0} run: | - conda install -y --name test -c conda-forge constructor + conda install -y -c conda-forge constructor mkdir build constructor -v --output-dir=build --platform="osx-64" constructor @@ -56,6 +56,6 @@ jobs: - name: Build Constructor shell: bash -l {0} run: | - conda install -y --name test -c conda-forge constructor + conda install -y -c conda-forge constructor mkdir build constructor -v --output-dir=build --platform="win-64" constructor