Skip to content

Commit

Permalink
progress 9
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent 22cd8c9 commit 7a265de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ jobs:
- 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-latest'
run: |
make setup-dev-env
# - name: Tests
# run: |
# make test
- name: Tests
run: |
make test
# # Run linters
# linters:
Expand Down

0 comments on commit 7a265de

Please sign in to comment.