Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Feb 7, 2024
1 parent bad329e commit e4bf50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_wheels:
name: '${{ matrix.os }}:python-${{ matrix.python-version }}'
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python-version }}

- uses: ilammy/msvc-dev-cmd@v1

Expand Down

0 comments on commit e4bf50a

Please sign in to comment.