Skip to content

Fix causal crossovers and cache correctness #1

Fix causal crossovers and cache correctness

Fix causal crossovers and cache correctness #1

name: Public Repository Security
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "31 5 * * 1"
permissions:
contents: read
jobs:
public-security:
uses: QuantJourneyOrg/.github/.github/workflows/public-python-security.yml@main

Check failure on line 16 in .github/workflows/public-security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/public-security.yml

Invalid workflow file

error parsing called workflow ".github/workflows/public-security.yml" -> "QuantJourneyOrg/.github/.github/workflows/public-python-security.yml@main" : 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: "3.11"
install-command: python -m pip install -e . pytest pytest-asyncio
test-command: pytest -q tests/test_cache_correctness.py tests/test_utils_crossovers.py