Refactor Datasets

This commit is contained in:
2022-11-22 16:26:04 +01:00
parent 93f0db36fa
commit 8aa76c27c3
4 changed files with 51 additions and 47 deletions

View File

@@ -12,11 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
python: ["3.10", "3.11"]
exclude:
- os: macos-latest
python: "3.11"
steps:
- uses: actions/checkout@v3