Skip to content

Merge pull request #138 from OpenRarity/update-dependencies #363

Merge pull request #138 from OpenRarity/update-dependencies

Merge pull request #138 from OpenRarity/update-dependencies #363

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/[email protected]
with:
python-versions: "3.10,3.11"
- name: Unit tests
run: nox