Skip to content

Remove failing archs #14

Remove failing archs

Remove failing archs #14

Workflow file for this run

name: python-build-test
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
python_build_matrix:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Support longpaths
run: git config --system core.longpaths true
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Build pyaiken
run: pip install .