Skip to content

Commit

Permalink
Update full_test_2024_0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa authored Feb 27, 2024
1 parent af451b6 commit d1b2d35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/full_test_2024_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Download MIKE+ dependency
- name: Download and install MIKE+ dependency
with:
lfs: true
ref: cicd_dependencies
- name: Download and install MIKE+ 2024 demo
- name: Download and install MIKE+ dependency
run: |
mkdir -p "C:\\Program Files (x86)\\DHI\\MIKE+\\2024"
7z x "2024_0.7z" -o"C:\\Program Files (x86)\\DHI\\MIKE+\\2024" -p${{ secrets.MIKE_2024_0_7Z }}
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit d1b2d35

Please sign in to comment.