We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a2dc4 commit e60b0baCopy full SHA for e60b0ba
.github/workflows/compile-standalone.yml
@@ -40,6 +40,10 @@ jobs:
40
cache-dependency-path: |
41
**/requirements*.txt
42
43
+ - name: Install Dependencies
44
+ run: |
45
+ pip install -r requirements.txt
46
+
47
- name: Generate _version.py
48
run: |
49
python tools/write_version.py
.github/workflows/compile-universal.yml
@@ -55,6 +55,10 @@ jobs:
55
56
if: matrix.os == 'macos-latest'
57
58
59
60
61
62
- name: Install ImageIO for Mac
63
if: matrix.os != 'windows-latest'
64
0 commit comments