Skip to content

Commit

Permalink
verify install
Browse files Browse the repository at this point in the history
  • Loading branch information
adku1173 committed May 22, 2024
1 parent 289c5e5 commit 8ddc5be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,21 @@ jobs:
name: conda-package
path: ./conda_packages

conda_test_install:
needs: conda_build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: conda-package
path: ./conda_packages
- name: Conda environment creation and activation
uses: ./.github/actions/setup-conda
- name: Install package
run: conda install -c ./conda_packages acoular
- name: Check import
run: python -c "import acoular"



0 comments on commit 8ddc5be

Please sign in to comment.