Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent cc253f2 commit 3a38aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: |
make setup-dev-env
- name: Tests
run: |
make test
# - name: Tests
# run: |
# make test

# # Run linters
# linters:
Expand Down
1 change: 1 addition & 0 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"setuptools",
"wmi",
]

if sys.version_info[:2] == (2, 7):
DEPS.extend(
[
Expand Down

0 comments on commit 3a38aa4

Please sign in to comment.