Skip to content

Commit adaee34

Browse files
committed
revert parametrization
1 parent 191614c commit adaee34

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: fpm-deployment
22

33
on: [push, pull_request]
44

5-
env:
6-
FPM_VERSION: 'v0.12.0' # FPM version
7-
SETUP_FPM_VERSION: 'v8' # setup-fpm action version
8-
95
jobs:
106
deploy:
117
name: Run tests and deploys the fpm branches
@@ -36,9 +32,9 @@ jobs:
3632
version: ${{ matrix.toolchain.version }}
3733

3834
- name: Setup Fortran Package Manager
39-
uses: fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
35+
uses: fortran-lang/setup-fpm@v8
4036
with:
41-
fpm-version: ${{ env.FPM_VERSION }}
37+
fpm-version: v0.12.0
4238

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

9288
- name: Setup Fortran Package Manager
93-
uses: fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
89+
uses: fortran-lang/setup-fpm@v8
9490
with:
95-
fpm-version: ${{ env.FPM_VERSION }}
91+
fpm-version: v0.12.0
9692

9793
- name: Prepare for code coverage
9894
if: contains( matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)