We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9576e20 commit 89f76f6Copy full SHA for 89f76f6
.github/workflows/python_publish.yml
@@ -28,11 +28,11 @@ jobs:
28
29
- name: Unzip MIKE+ dependency
30
run: |
31
- 7z x "2024_1.7z" -p${{ secrets.MIKE_2024_0_7Z }}
+ 7z x "2025_0.7z" -p${{ secrets.MIKE_2024_0_7Z }}
32
33
- name: Install MIKE+ dependency
34
35
- ./install.ps1 2024
+ ./install.ps1 2025
36
37
- name: Checkout code
38
uses: actions/checkout@v3
.github/workflows/python_publish_test.yml
@@ -33,11 +33,11 @@ jobs:
39
40
41
42
43
0 commit comments