We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380c1fa commit 4f3c4a0Copy full SHA for 4f3c4a0
2 files changed
.github/workflows/FMITest.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install future pyparsing numpy psutil pyzmq pytest pytest-md pytest-emoji
+ pip install . pytest pytest-md pytest-emoji
42
43
- name: Set timezone
44
uses: szenius/set-timezone@v2.0
.github/workflows/Test.yml
0 commit comments