Skip to content

Bump numpy from 1.24.2 to 1.24.3 #206

Bump numpy from 1.24.2 to 1.24.3

Bump numpy from 1.24.2 to 1.24.3 #206

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['3.8', '3.9', '3.10']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.node }}
- name: Install dependencies
working-directory: ./examples
run: pip install -r requirements.txt
- name: Generate examples
working-directory: ./examples
run: python example_plots.py