Skip to content

Commit

Permalink
Remove mandatory pip update from test.yml Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 27, 2024
1 parent e20cf52 commit 24a3fe3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install -U pip wheel setuptools
- name: Install CI requirements
run: python -m pip install -r .github/workflows/requirements.txt
- name: Install test requirements
Expand Down Expand Up @@ -121,8 +119,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install -U pip wheel setuptools
- name: Install CI requirements
run: python -m pip install -r .github/workflows/requirements.txt
- name: Install test requirements
Expand Down Expand Up @@ -189,8 +185,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Update pip
run: python -m pip install -U pip wheel setuptools
- name: Install Python requirements
run: python -m pip install -r .github/workflows/requirements.txt
- name: Build C extension
Expand Down

0 comments on commit 24a3fe3

Please sign in to comment.