Skip to content

Commit

Permalink
add recursive checkouts and mkmf path
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 committed Nov 6, 2024
1 parent e9fb43e commit 443d4d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout Files
uses: actions/checkout@v4
with:
submodules: recursive
- name: Add mkmf to PATH
run: |
echo $PWD/mkmf/bin >> $GITHUB_PATH
- name: Run Conda to Build
run: |
conda config --append channels conda-forge
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
publish:
runs-on: ubuntu-latest
container:
image: continuumio/miniconda3:latest
image: ghcr.io/noaa-gfdl/fre-cli:miniconda24.7.1_gcc14.2.0
steps:
- name: Checkout Files
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run Conda to Build and Publish
run: |
conda config --append channels conda-forge
Expand Down

0 comments on commit 443d4d8

Please sign in to comment.