Skip to content

Commit

Permalink
Fix win10pcap installation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 19, 2024
1 parent abb7cc2 commit 734365b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
if: runner.os == 'Windows'
run: |
python -m pip install -r win-requirements.txt
echo on
curl -O "http://www.win10pcap.org/download/Win10Pcap-v10.2-5002.msi"
msiexec /i "Win10Pcap-v10.2-5002.msi" /qn /norestart /L*v "Win10Pcap-install.log"
type "Win10Pcap-install.log"
msiexec /i "Win10Pcap-v10.2-5002.msi" /qn /norestart
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 734365b

Please sign in to comment.