softwaremill / FoXAI

The open-source library for explainable AI. Generic and easy to integrate with PyTorch.
Apache License 2.0
31 stars 1 forks source link

[WIP] Github workflow for running with matrix strategy instead of tox #52

Closed adamjankaczmarek closed 1 year ago

adamjankaczmarek commented 1 year ago

Description

Provides testing on multiple environments using github workflows. Can be run locally using act

Environment matrix as in: #22

How Has This Been Tested?

Local tests with ^^act^^: act -P ubuntu-latest=catthehacker/ubuntu:act-22.04 -j test

Checklist:

adamwawrzynski commented 1 year ago

I can't run local tests without errors. Have you succeeded with that @adamjankaczmarek?

adamjankaczmarek commented 1 year ago

Marking as duplicate off #120