Skip to content

Commit 601633f

Browse files
authored
Fixing OMPython at v3.6 (#245)
* Fixing OMPython at v3.6 * Use MSYS environment UCRT64 on Windows tests.
1 parent a7b2e82 commit 601633f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- os: windows-latest
2020
omc-version: stable
21-
msysEnvironment: --msysEnvironment=mingw64
21+
msysEnvironment: --msysEnvironment=ucrt64
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 60

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ juliacall
44
matplotlib
55
monotonic
66
natsort
7-
ompython
7+
ompython==3.6
88
psutil
99
simplejson

0 commit comments

Comments
 (0)