Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 19, 2024
1 parent c39de1a commit 361b794
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,17 @@ jobs:

# Linux + macOS + Python 2
py2:
name: py2, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: py2
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
env:
CIBW_BUILD: 'cp27-*'
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND:
make -C {project} PYTHON="env python" python -V

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: LizardByte/setup-python-action@master
with:
python-version: 3.9
python-version: '2.7'
- run: python -V

# # Run linters
# linters:
Expand Down

0 comments on commit 361b794

Please sign in to comment.