Skip to content

Commit

Permalink
FIX: changed dependencies for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Nov 5, 2024
1 parent a7d42e7 commit 5fee00b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pyrad_tests_base_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ jobs:
with:
repository: MeteoSwiss/pyrad-tests
path: pyrad-tests
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
init-shell: >-
bash
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: flexible
activate-environment: test-environment

- name: Install dependencies
env:
PACKAGES: ${{env.MINIMAL_DEPENDENCIES}} ${{env.OPTIONAL_DEPENDENCIES}} ${{env.TEST_DEPENDENCIES}}
PYRAD_TESTS_PATH: ${{github.workspace}}/pyrad-tests/
run: |
conda install --quiet ${{env.PACKAGES}}
- name: Install pyart
working-directory: ${{github.workspace}}/pyart/
run: python -m pip install .
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/pyrad_tests_mch_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ jobs:
repository: MeteoSwiss/pyart
path: pyart
ref: dev
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: flexible
activate-environment: test-environment

- name: Install dependencies
env:
PACKAGES: ${{env.MINIMAL_DEPENDENCIES}} ${{env.OPTIONAL_DEPENDENCIES}} ${{env.TEST_DEPENDENCIES}}
PYRAD_TESTS_PATH: ${{github.workspace}}/pyrad-tests/
run: |
conda install -c conda-forge ${{env.PACKAGES}}
- name: Install pyart
if: matrix.os != 'macos-latest'
working-directory: ${{github.workspace}}/pyart/
Expand Down

0 comments on commit 5fee00b

Please sign in to comment.