Skip to content

Commit

Permalink
progress 6
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent 2ab99fc commit 8698d99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
python-version: 3.11

- name: Install pydeps
if: runner.os == 'windows-2019'
if: matrix.os == 'windows-2019'
run: |
python.exe -m pip install --upgrade setuptools pip wheel
python.exe -m pip install --upgrade mock ipaddress pypiwin32 wmi pyopenssl psutil pytest
# - name: Install pydeps
# if: runner.os != 'windows-2019'
# run: |
# make setup-dev-env
- name: Install pydeps
if: matrix.os != 'windows-2019'
run: |
make setup-dev-env
# - name: Tests
# run: |
Expand Down

0 comments on commit 8698d99

Please sign in to comment.