Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 4, 2024
1 parent fecbf2c commit 032da42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,10 @@ jobs:
run: unzip -P $ZIP_KEY 751.zip
env:
ZIP_KEY: ${{secrets.ZIP_KEY}}
- name: Debug session
uses: mxschmitt/action-tmate@v3
- name: Install NONMEM
run: |
cd nm751CD
/bin/bash SETUP75 $(readlink -f .) $(readlink -f ../nm751) gfortran y ar same rec q
/bin/bash SETUP75 $(greadlink -f .) $(greadlink -f ../nm751) gfortran y ar same rec q
- name: NONMEM license
run: echo $LICENSE_KEY >nm751/license/nonmem.lic
env:
Expand Down

0 comments on commit 032da42

Please sign in to comment.