Skip to content

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Jun 25, 2024
1 parent 5f45e43 commit 5214786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install python=3.12 pytest coverage numpy numba conda-build clangxx=14 numba/label/dev::llvmlite
conda install python=3.12 pytest coverage numpy numba conda-build clangxx=14 numba/label/dev::llvmlite setuptools_scm
- name : Display packages and system info
shell: bash -l {0}
run: |
python -m numba -s
- name: Install numba-pixie with pip
shell: bash -l {0}
run: |
python -m pip install -vv -e .
python -m pip install -e . --no-deps
- name: Run pytest and print coverage Report
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 5214786

Please sign in to comment.