Skip to content

Commit

Permalink
verbose builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 3, 2023
1 parent a474653 commit 259506d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -l

cd /github/workspace
KEPLER_JAX_CUDA=yes python3 -m pip install .
KEPLER_JAX_CUDA=yes python3 -m pip install -v .
python3 -c 'import kepler_jax;print(kepler_jax.__version__)'
python3 -c 'import kepler_jax.gpu_ops'
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install .[test]
python -m pip install -v .[test]
- name: Run tests
run: python -m pytest -v tests
Expand Down

0 comments on commit 259506d

Please sign in to comment.