Skip to content

Commit 97a2dc4

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

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/compile-standalone.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
cache-dependency-path: |
4141
**/requirements*.txt
4242
43-
- name: Install Dependencies
44-
run: |
45-
pip install -r requirements.txt git+https://github.com/Radekyspec/PyQtDarkTheme.git@main
46-
4743
- name: Generate _version.py
4844
run: |
4945
python tools/write_version.py

.github/workflows/compile-universal.yml

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

58-
- name: Install Dependencies
59-
run: |
60-
pip install -r requirements.txt git+https://github.com/Radekyspec/PyQtDarkTheme.git@main
61-
6258
- name: Install ImageIO for Mac
6359
if: matrix.os != 'windows-latest'
6460
run: |

0 commit comments

Comments
 (0)