Skip to content

Commit

Permalink
progress 8
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent ddacecb commit 22cd8c9
Showing 1 changed file with 3 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 @@ -24,13 +24,13 @@ jobs:
with:
python-version: 3.11

- name: Install pydeps
if: matrix.os == 'windows-2019'
- name: Install pydeps ${{ matrix.os }}
if: matrix.os == 'windows-latest'
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 ${{ matrix.os }}
if: matrix.os != 'windows-2019'
if: matrix.os != 'windows-latest'
run: |
make setup-dev-env
Expand Down

0 comments on commit 22cd8c9

Please sign in to comment.