We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de6676 commit 97a2dc4Copy full SHA for 97a2dc4
.github/workflows/compile-standalone.yml
@@ -40,10 +40,6 @@ jobs:
40
cache-dependency-path: |
41
**/requirements*.txt
42
43
- - name: Install Dependencies
44
- run: |
45
- pip install -r requirements.txt git+https://github.com/Radekyspec/PyQtDarkTheme.git@main
46
-
47
- name: Generate _version.py
48
run: |
49
python tools/write_version.py
.github/workflows/compile-universal.yml
@@ -55,10 +55,6 @@ 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