Skip to content

Commit e60b0ba

Browse files
committed
[0.8.3] update ci
1 parent 97a2dc4 commit e60b0ba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/compile-standalone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
cache-dependency-path: |
4141
**/requirements*.txt
4242
43+
- name: Install Dependencies
44+
run: |
45+
pip install -r requirements.txt
46+
4347
- name: Generate _version.py
4448
run: |
4549
python tools/write_version.py

.github/workflows/compile-universal.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
**/requirements*.txt
5656
if: matrix.os == 'macos-latest'
5757

58+
- name: Install Dependencies
59+
run: |
60+
pip install -r requirements.txt
61+
5862
- name: Install ImageIO for Mac
5963
if: matrix.os != 'windows-latest'
6064
run: |

0 commit comments

Comments
 (0)