Skip to content

Unpin depedencies and remove pandas #359

Unpin depedencies and remove pandas

Unpin depedencies and remove pandas #359

Workflow file for this run

name: Unit tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Nox
uses: wntrblm/nox@2023.04.22
with:
python-versions: "3.10,3.11"
- name: Unit tests
run: nox