Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
use_qemu: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
with:
fetch-depth: 0 # required for versioneer to find tags
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- arch: "i686"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # required for versioneer to find tags

Expand All @@ -152,7 +152,7 @@ jobs:
needs: [lint]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # required for versioneer to find tags

Expand All @@ -174,7 +174,7 @@ jobs:
python: ["2.7", "3.6", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
if: matrix.python != '2.7'
name: Install Python ${{ matrix.python }}
Expand Down