Skip to content

Commit

Permalink
pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Brukhovetskyy committed Jun 17, 2024
1 parent 6a560fb commit 6f3b8e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
timeout-minutes: 20
strategy:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ click = "*"
cryptography = ">=2.1"
olefile = ">=0.43"
pefile = "*"
python-magic-bin = {version = ">=0.4.14", markers = "sys_platform == 'win32'", optional = true }
python-magic = {version = ">=0.4.13", markers = "sys_platform == 'linux'", optional = true }
python-magic-bin = {version = ">=0.4.14", markers = "sys_platform == 'win32'" }
python-magic = {version = ">=0.4.13", markers = "sys_platform == 'linux'" }

unicorn = {version = ">=2.0.0", extras = ["shellcode"], optional = true }
yara-python = {version = ">=4.1.0", extras = ["shellcode"], optional = true }
Expand Down

0 comments on commit 6f3b8e9

Please sign in to comment.