Skip to content

Commit

Permalink
Consolidate conda installs, remove standards flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Feb 20, 2025
1 parent 052a41d commit 8644c0a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/conda-style-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-24.04, macos-13, macos-latest, windows-2022]
env:
FC: gfortran
FFLAGS: "-std=f2008"
# FFLAGS: "-std=f2008"
CMAKE_BUILD_PARALLEL_LEVEL: 8
VERBOSE:
CTEST_PARALLEL_LEVEL: 8
Expand Down Expand Up @@ -55,17 +55,13 @@ jobs:
# Use the cache properly:
use-only-tar-bz2: false
#
# Install compiler
# Install compiler and dependencies
#
- name: Install compiler
run: |
conda install -c conda-forge ${FC} -y
- name: Install compiler, dependencies
run:
conda install -c conda-forge ${FC} netcdf-fortran ninja -y
echo "FC=gfortran" >> "$GITHUB_ENV"
#
# Install dependencies
#
- name: Install dependencies
run: conda install -c conda-forge netcdf-fortran ninja -y

#
# Adjust toolchain
#
Expand Down

0 comments on commit 8644c0a

Please sign in to comment.