Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adku1173 committed May 22, 2024
1 parent cd1df9e commit 95d980e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: conda build --no-copy-test-source-files recipe.local --output-folder ./conda_package
- name: Install package
run: conda install -c ./conda_package acoular
- name: Check import
run: python -c "import acoular"
- name: Upload artifacts
- name: Check import of package
run: ~/miniconda/bin/python -c "import acoular"
- name: Upload conda package artifact
uses: actions/upload-artifact@v4
with:
name: conda-package
Expand All @@ -49,6 +49,7 @@ jobs:
if: always()
needs:
- conda_build_and_install
- conda_deploy
runs-on: ubuntu-latest
steps:
- id: workaround
Expand Down

0 comments on commit 95d980e

Please sign in to comment.