Skip to content

Remove redundant wheel dep from pyproject.toml (#496) #288

Remove redundant wheel dep from pyproject.toml (#496)

Remove redundant wheel dep from pyproject.toml (#496) #288

Workflow file for this run

name: pyelftools-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.9, '3.10']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
python test/all_tests.py