Skip to content

Commit

Permalink
import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Oct 7, 2024
1 parent 7cba41c commit 1a28804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh # Ensure conda is properly initialized
echo "Running tests"
conda activate fenicsx-env
cd test && pytest -v . || echo "Tests failed"
cd test && python3 -m pytest . || echo "Tests failed"

0 comments on commit 1a28804

Please sign in to comment.