Skip to content

Commit

Permalink
CI,DBG: Remove debug section.
Browse files Browse the repository at this point in the history
It's not working, and it doesn't look easy to get working on Mac.
Everything should be working now, so let's check.
  • Loading branch information
DWesl committed May 26, 2024
1 parent 028ec66 commit 3b9abc9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ jobs:
python -m pip install build
python -m build .
python -m pip install dist/wrf*.whl
- name: Check import
run: |
python -m pip show wrf-python
python -m pip show --files wrf-python
prefix="$(python -m pip show --files wrf-python | grep Location: | cut -f2 -d" ")"
installed_files="$(python -m pip show --files wrf-python | sed -E -e "/\\w+:/ d" -e "/^\s+/ s|^\s+|${prefix}/|g")"
ls -l ${installed_files}
file ${installed_files}
ldd $(echo ${installed_files} | grep -F -v -e ".py" -e ".dist-info")
python -vvv -d -c "import wrf"
- name: Run tests
run: |
cd test/ci_tests
Expand Down

0 comments on commit 3b9abc9

Please sign in to comment.