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 5bb60f8 commit bec4837Copy full SHA for bec4837
.github/workflows/Test.yml
@@ -34,15 +34,13 @@ jobs:
34
python-version: ${{ matrix.python-version }}
35
architecture: 'x64'
36
37
-
38
- # You can test your matrix by printing the current Python version
39
- - name: Display Python version
40
- run: python -c "import sys; print(sys.version)"
41
42
- name: Install dependencies
43
run: |
44
python -m pip install --upgrade pip
45
pip install future pyparsing numpy psutil pyzmq
46
47
- name: Test OMPython
48
- run: python -m unittest tests/test_docker.py
+ run: |
+ python -m unittest tests/test_ModelicaSystem.py
+ python -m unittest tests/test_OMParser.py
+ python -m unittest tests/test_ZMQ.py
0 commit comments