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 8e4626e commit 3bae523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_test_2024_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
curl -L -o mike.7z https://raw.githubusercontent.com/DHI/mikepluspy/cicd_dependencies/2024_0.7z
mkdir -p "C:\Program Files (x86)\DHI\2024"
7z x "C:\Program Files (x86)\DHI\MIKE+\2024\mike.7z" -o"C:\Program Files (x86)\DHI\MIKE+\2024" -p${{ secrets.MIKE_2024_0_7Z }}
7z x "2024_0.7z" -o"C:\Program Files (x86)\DHI\MIKE+\2024" -p${{ secrets.MIKE_2024_0_7Z }}
- name: Install mikepluspy
run: |
python -m pip install -e .[test]
Expand Down

0 comments on commit 3bae523

Please sign in to comment.