Skip to content

Revert nightly runs that caused merge conflicts #49

Revert nightly runs that caused merge conflicts

Revert nightly runs that caused merge conflicts #49

Workflow file for this run

# Generated file: !!! DO NOT EDIT !!!
---
env:
PYPERFORMANCE_HASH: 9164273e5504c410a5be08d8753c91be708fdd9a
PYSTON_BENCHMARKS_HASH: 265655e7f03ace13ec1e00e1ba299179e69f8a00
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Run sanity check
run: |
python -m bench_runner install --check