Skip to content
Snippets Groups Projects
Unverified Commit d2d23c07 authored by Tristan Walter's avatar Tristan Walter Committed by GitHub
Browse files

Update cmake.yml

parent 34748d0d
No related branches found
No related tags found
No related merge requests found
...@@ -37,19 +37,15 @@ jobs: ...@@ -37,19 +37,15 @@ jobs:
auto-activate-base: true auto-activate-base: true
auto-update-conda: true auto-update-conda: true
use-only-tar-bz2: true use-only-tar-bz2: true
- shell: bash -l {0} - name: Build
shell: bash -l {0}
working-directory: ${{runner.workspace}}
run: | run: |
conda info conda info
conda list conda list
cd $GITHUB_WORKSPACE/conda
conda build . -c main -c conda-forge
- shell: pwsh - shell: pwsh
run: | run: |
conda info conda info
conda list conda list
- name: Build
working-directory: ${{runner.workspace}}
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cd $GITHUB_WORKSPACE/conda
conda build . -c main -c conda-forge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment