Skip to content

Commit

Permalink
CI: Attempted fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 26, 2024
1 parent fe4a6d8 commit 13b6c0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
create-args: python=${{ matrix.python-version }}
environment-file: continuous_integration/environment_actions.yml
environment-name: act_env
cache-downloads: true
init-shell: >-
bash
post-cleanup: "all"

- name: Install ACT
shell: bash -l {0}
Expand Down
9 changes: 4 additions & 5 deletions continuous_integration/environment_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ dependencies:
- cmweather
- moviepy
- ruff
- metpy
- pysp2
- arm_pyart
- arm-test-data
- pip
- pip:
- mpl2nc
- metpy
- pysp2
- arm_pyart
- icartt
- aiohttp>=3.9.0b1
- git+https://github.com/ARM-DOE/arm-test-data.git

0 comments on commit 13b6c0f

Please sign in to comment.