Skip to content

Merge pull request #92 from hartwork/drop-support-for-python-3-7 #260

Merge pull request #92 from hartwork/drop-support-for-python-3-7

Merge pull request #92 from hartwork/drop-support-for-python-3-7 #260

Workflow file for this run

# Copyright (C) 2020 Sebastian Pipping <[email protected]>
# Licensed under GPL v2 or later
name: Run the test suite
on:
- pull_request
- push
jobs:
run-tests:
name: Run the test suite
strategy:
matrix:
python-version: [3.8, 3.11] # no particular need for in-between versions
runs-on: [macos-11, ubuntu-22.04]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
with:
python-version: ${{ matrix.python-version }}
- name: Run the test suite
run: |
set -x
python --version
python setup.py test
- name: Smoke test the CLI
run: |
set -x
pip install -e .
resolve-march-native --gcc=gcc-11 --vertical