Skip to content

Update scipy requirement from ~=1.11.1 to ~=1.11.2 #123

Update scipy requirement from ~=1.11.1 to ~=1.11.2

Update scipy requirement from ~=1.11.1 to ~=1.11.2 #123

Workflow file for this run

#
# @file : benchmarks.yml
# @date : 16 October 2022
# @authors : Orel Adivi and Daniel Noor
#
# Run all Benchmarks
name: Run all Benchmarks - Testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python-version}}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run benchmarks
run: python RunAllBenchmarks.py