Skip to content

Commit

Permalink
Move Windows requirements into a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed Sep 19, 2024
1 parent 21f23b6 commit ef4b573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r win_requirements.txt
- name: Download ICE adapter and UID calculator
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ pytest
pytest-cov
pytest-mock
pytest-qt
pywin32
semantic_version
zstandard
2 changes: 2 additions & 0 deletions win_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements.txt
pywin32

0 comments on commit ef4b573

Please sign in to comment.