Skip to content

Update speed and memory plots (#10) #27

Update speed and memory plots (#10)

Update speed and memory plots (#10) #27

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10.11
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH # Add Poetry to the PATH
- name: Install dependencies
run: poetry install --with dev
- run: make test