Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest -vvs --codspeed
mode: instrumentation
mode: simulation
4 changes: 2 additions & 2 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-codspeed pytest-randomly
python -m pip install pytest pytest-codspeed pytest-randomly pytest-xdist
python -m pip install .
# temp pin until 0.5 is on conda
python -m pip install "jax<0.5.0"

- name: Test with pytest
run: |
pytest -vv --durations=100 --randomly-seed=42
pytest -n 2 -v --durations=100 --randomly-seed=42

build-status:
needs: build
Expand Down
Loading