Skip to content
Prev Previous commit
revert parametrization
  • Loading branch information
jalvesz committed Oct 17, 2025
commit adaee3406bc980dba62405b387963dc3265ac2d4
12 changes: 4 additions & 8 deletions .github/workflows/fpm-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: fpm-deployment

on: [push, pull_request]

env:
FPM_VERSION: 'v0.12.0' # FPM version
SETUP_FPM_VERSION: 'v8' # setup-fpm action version

jobs:
deploy:
name: Run tests and deploys the fpm branches
Expand Down Expand Up @@ -36,9 +32,9 @@ jobs:
version: ${{ matrix.toolchain.version }}

- name: Setup Fortran Package Manager
uses: fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
uses: fortran-lang/setup-fpm@v8
with:
fpm-version: ${{ env.FPM_VERSION }}
fpm-version: v0.12.0

- run: | # Just for deployment: create stdlib-fpm folder
python config/fypp_deployment.py --deploy_stdlib_fpm
Expand Down Expand Up @@ -90,9 +86,9 @@ jobs:
version: ${{ matrix.toolchain.version }}

- name: Setup Fortran Package Manager
uses: fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
uses: fortran-lang/setup-fpm@v8
with:
fpm-version: ${{ env.FPM_VERSION }}
fpm-version: v0.12.0

- name: Prepare for code coverage
if: contains( matrix.os, 'ubuntu')
Expand Down
Loading