Skip to content

Commit

Permalink
fix tests, remove shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
adku1173 committed May 22, 2024
1 parent cd01b23 commit 2930a5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/actions/setup-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ runs:
- name: Install conda build
shell: bash
run: conda install -n base conda-build # Install conda-build in the base env

- name: Install conda-verify
shell: bash
run: conda install conda-verify

6 changes: 0 additions & 6 deletions build_conda.sh

This file was deleted.

2 changes: 1 addition & 1 deletion recipe.local/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cd tests
cd ../tests

echo "run acoular tests..."
bash run_tests.sh
Expand Down

0 comments on commit 2930a5d

Please sign in to comment.