Skip to content

fix: ignore skolemized uris #954

fix: ignore skolemized uris

fix: ignore skolemized uris #954

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
name: Python ${{ matrix.python-version }}
uses: Informasjonsforvaltning/workflows/.github/workflows/test-nox.yaml@main
with:
python_version: ${{ matrix.python-version }}
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}