Skip to content

Merge remote-tracking branch 'origin/master' into tristate #78

Merge remote-tracking branch 'origin/master' into tristate

Merge remote-tracking branch 'origin/master' into tristate #78

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: PyTest Optimizer Only
on:
push:
branches: [ "tristate", "tristate-experimental", "main", "master" ]
pull_request:
branches: [ "tristate", "tristate-experimental", "main", "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 2.7
uses: MatteoH2O1999/setup-python@v2
with:
python-version: "2.7"
- name: Checkout PyPy
uses: actions/checkout@v3
with:
repository: mozillazg/pypy
path: pypy
- name: install dependencies
run: |
python -m pip install rply "hypothesis<4.40" z3-solver
- name: Test with pytest
run: |
python pypy/pytest.py -v rpython/jit/metainterp/optimizeopt/ --z3-timeout=500