Skip to content

Add particle species in Beam classes and update tracking methods #3

Add particle species in Beam classes and update tracking methods

Add particle species in Beam classes and update tracking methods #3

name: pytest_windows
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
matrix:
os: [windows-latest]
python-version: ["3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r test_requirements.txt
- name: Test with pytest
run: |
pytest --ignore=tests/bmad_benchmarks