Skip to content

test ironpython

test ironpython #22

Workflow file for this run

name: Python test bitness
on:
push:
branches:
- python-maxsize-sizeof
workflow_dispatch:
# allow manual runs on branches without a PR
jobs:
IronPython:
name: IronPython ${{ matrix.runner }}
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
matrix:
runner: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
- name: Check 64b python
run: |
dotnet add package IronPython --version 3.4.0