Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 9, 2020
1 parent d3ae727 commit a422b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ init:
- cmd: set PATH=%python%;%python%\scripts;%PATH%

install:
- ps: |
Disable-NetFirewallRule -DisplayName 'File and Printer Sharing (SMB-Out)'
Disable-NetFirewallRule -DisplayName 'Core Networking - Group Policy (NP-Out)'
- cmd: |
python -m pip install --upgrade setuptools pip wheel
pip --version
Expand Down

0 comments on commit a422b3d

Please sign in to comment.