Skip to content

Commit

Permalink
MUL-137: Remove pymultio
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Sep 17, 2024
1 parent a030dbc commit fd60257
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 1,556 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/old-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,50 +147,3 @@ jobs:
ecmwf/atlas: "-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTS=OFF -DATLAS_BITS_LOCAL=32 ${{ matrix.cmake_options }}"
cmake_options: '-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_LEGACY_IFSIO=ON ${{ matrix.cmake_options }}'
ctest_options: '${{ matrix.ctest_options }}'

# test pymultio
- name: Setup python env
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install python deps
run: |
python -m pip install --upgrade pip
python -m pip install black flake8 isort pytest pytest-cov pyeccodes numpy findlibs
python -m pip install -r pymultio/requirements.txt
- name: Check isort
run: isort --check pymultio

- name: Install Intel oneAPI compiler
if: contains( matrix.compiler, 'intel' )
run: |
${INSTALL_TOOLS}/install-intel-oneapi.sh
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
echo "CACHE_SUFFIX=$CC-$($CC -dumpversion)" >> $GITHUB_ENV
#- name: Check black
# run: black --check pymultio

# - name: Check flake8
# run: flake8 pymultio

- name: Verify Source Distribution
shell: bash -eux {0}
run: |
cd pymultio
python setup.py sdist
python -m pip install dist/*
- name: Run pytest
#env:
# LD_LIBRARY_PATH: ${{ steps.build-test.outputs.lib_path }}
shell: bash -eux {0}
run: |
cd pymultio
if [[ "${{ matrix.os }}" =~ ^macos ]]; then
LD_LIBRARY_PATH=${{ steps.build-test.outputs.lib_path }} python -m pytest --cov=./ --cov-report=xml
else
LD_LIBRARY_PATH=${{ steps.build-test.outputs.lib_path }}:$LD_LIBRARY_PATH python -m pytest --cov=./ --cov-report=xml
fi
python -m coverage report
4 changes: 0 additions & 4 deletions pymultio/.flake8

This file was deleted.

Empty file removed pymultio/CHANGELOG.md
Empty file.
201 changes: 0 additions & 201 deletions pymultio/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions pymultio/MANIFEST.in

This file was deleted.

13 changes: 0 additions & 13 deletions pymultio/README.md

This file was deleted.

Loading

0 comments on commit fd60257

Please sign in to comment.