Skip to content

Commit

Permalink
Upgraded pip and setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-rusin authored Jan 3, 2024
1 parent bbc5d78 commit e0bdde2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
with:
python-version: ${{matrix.python-version}}
architecture: ${{matrix.architecture}}
- name: Install library

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install mypy xmltodict wheel
pip install -e . -v
- name: Run unit tests
run: python -m unittest -v

0 comments on commit e0bdde2

Please sign in to comment.