We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa399a commit 05f6274Copy full SHA for 05f6274
.github/workflows/CI-build.yml
@@ -29,10 +29,8 @@ jobs:
29
- name: Install Tox and any other packages
30
run: pip install tox
31
- name: Run Tox
32
- # Run tox using the version of Python in `PATH`
33
- run: tox -e py3
34
- env:
35
- PROBNUM_BACKEND: ${{ matrix.backend }}
+ # Run tox using the version of Python in `PATH` and the corresponding compute backend
+ run: tox -e py3-${{ matrix.backend }}
36
- name: Upload coverage report to Codecov
37
if: startsWith(matrix.platform,'ubuntu') && matrix.python == '3.8' && matrix.backend == 'numpy'
38
run: bash <(curl -s https://codecov.io/bash)
0 commit comments