Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Apr 29, 2024
1 parent 59ee1d0 commit e93e2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit e93e2d7

Please sign in to comment.