Skip to content

Fix bug in eps_model for integer frequency arrays #3887

Fix bug in eps_model for integer frequency arrays

Fix bug in eps_model for integer frequency arrays #3887

Workflow file for this run

name: Tidy3dTests
on:
workflow_dispatch:
push:
branches: [ develop ]
pull_request:
branches:
- develop
- 'pre/*'
jobs:
build:
name: test ${{ matrix.python-version }} - ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox-gh-actions
pip install tox
- name: Test with tox
run: tox