We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b2e82 commit 601633fCopy full SHA for 601633f
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
include:
19
- os: windows-latest
20
omc-version: stable
21
- msysEnvironment: --msysEnvironment=mingw64
+ msysEnvironment: --msysEnvironment=ucrt64
22
fail-fast: false
23
runs-on: ${{ matrix.os }}
24
timeout-minutes: 60
requirements.txt
@@ -4,6 +4,6 @@ juliacall
4
matplotlib
5
monotonic
6
natsort
7
-ompython
+ompython==3.6
8
psutil
9
simplejson
0 commit comments