Skip to content

Commit 4f3c4a0

Browse files
committed
Use dependency list from pyproject.toml in CI
1 parent 380c1fa commit 4f3c4a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install future pyparsing numpy psutil pyzmq pytest pytest-md pytest-emoji
41+
pip install . pytest pytest-md pytest-emoji
4242
4343
- name: Set timezone
4444
uses: szenius/set-timezone@v2.0

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install future pyparsing numpy psutil pyzmq pytest pytest-md pytest-emoji
41+
pip install . pytest pytest-md pytest-emoji
4242
4343
- name: Set timezone
4444
uses: szenius/set-timezone@v2.0

0 commit comments

Comments
 (0)