Fix causal crossovers and cache correctness #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| 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 | ||