Skip to content

Fix workflow path #3132

Fix workflow path

Fix workflow path #3132

Workflow file for this run

name: Python unit tests
on: push
jobs:
test:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
uses: EKO/workflows/.github/workflows/python-poetry-tests-with-data.yml@read-legacy

Check failure on line 12 in .github/workflows/unittests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unittests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unittests.yml" -> "EKO/workflows/.github/workflows/python-poetry-tests-with-data.yml@read-legacy" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E mark -E box"
data-version: "v1"
data-download: "./tests/data/assets.sh"